GlobalAnnotations

class hets.GlobalAnnotations(hs_global_annos)[source]
associativity_annotations() dict[source]

Returns the associativity annotations.

Warning:

This functions returns a plain hyphen (haskell) object. Interaction might be difficult.

Returns:

Plain hyphen object of the associativity annotations

display_annos() dict[source]

Returns a map on how to display ids according to a format.

Warning:

This functions returns a plain hyphen (haskell) object. Interaction might be difficult.

Returns:

Plain hyphen object of the display map

literal_annos() object[source]

Returns the literal map.

Warning:

This functions returns a plain hyphen (haskell) object. Interaction might be difficult.

Returns:

Plain hyphen object of the literal map

precedence_annotations() object[source]

Returns the precedence annotations.

Warning:

This functions returns a plain hyphen (haskell) object. Interaction might be difficult.

Returns:

Plain hyphen object of the precedence annotations

prefix_map() dict[source]

Returns a prefix definitions as map from prefix to definition.

Warning:

This functions returns a plain hyphen (haskell) object. Interaction might be difficult.

Returns:

Plain hyphen object of the prefix map