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
When I try to run gluon-repl using the gluon -i, which is the only way I can get it to run at all, it fails with a series of errors similar to the following:
"error: No fixity specified for +. Fixity must be specified with the #[infix] attribute
┌─ :5:7
│
5 │ let { (+), (-), (*), (/), negate, (==), (/=), (<), (<=), (>=), (>), (++), show, not, flat_map, (<|) } = __implicit_prelude
│
"
I have a few questions regarding this and a few other things:
Is there a solution for this?
Is there another way to run the repl and compile programs aside from what's listed in the documentation?
Gluon is theoretically exactly what I'm looking for in a couple use-cases I have, are there plans to maintain it? Trying to determine whether I should either fork it or use OCaml or similar.
The text was updated successfully, but these errors were encountered:
When I try to run gluon-repl using the
gluon -i
, which is the only way I can get it to run at all, it fails with a series of errors similar to the following:"error: No fixity specified for
+
. Fixity must be specified with the#[infix]
attribute┌─ :5:7
│
5 │ let { (+), (-), (*), (/), negate, (==), (/=), (<), (<=), (>=), (>), (++), show, not, flat_map, (<|) } = __implicit_prelude
│
"
I have a few questions regarding this and a few other things:
The text was updated successfully, but these errors were encountered: