You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
I'm trying to build a new simple dummy operator such as:
(**) x y = x ^ y
And I've tried with different symbols, but it's always giving me this error:
-- SYNTAX PROBLEM -------------------------------------------- repl-temp-000.elm
I ran into something unexpected when parsing your code!
4| **
^
I am looking for one of the following things:
an expression
whitespace
I've also tried with the very example from the Elm Syntax documentation page and it doesn't work:
(?):Maybe a -> a -> a
(?) maybe default =Maybe.withDefault default maybe
Is there a reason why defining new operators on the REPL is currently not possible?
The text was updated successfully, but these errors were encountered:
I'm trying to build a new simple dummy operator such as:
And I've tried with different symbols, but it's always giving me this error:
I've also tried with the very example from the Elm Syntax documentation page and it doesn't work:
Is there a reason why defining new operators on the REPL is currently not possible?
The text was updated successfully, but these errors were encountered: