purescript

Standard unicode operators in purescript


Looking at this:

I see there is support for unicode in purescript, e.g.

id :: ∀ a. a -> a

Is there a list of default operators somewhere?


Solution

  • The available "default" symbols are just those that are part of the syntax:

    Some libraries and project preludes provide additional unicode operators for library code.