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
src/AST.hs:31:49: Error: Parse error
Found:
monoChildren ::
forall expr child n m.
> ( Children expr, ChildrenConstraint expr ((~) child)
, Functor n, Functor m
) =>
When playing around with things looks like the trigger to the error is using (~). It might be a haskell-src-exts issue, but I don't know so asking here first..
The text was updated successfully, but these errors were encountered:
yairchu
changed the title
Parse error when using (~)
Parse error when using (~)
Nov 27, 2018
Uh oh!
There was an error while loading. Please reload this page.
This line:
https://github.com/lamdu/syntax-tree/blob/master/src/AST.hs#L31
Causes this error:
When playing around with things looks like the trigger to the error is using
(~)
. It might be ahaskell-src-exts
issue, but I don't know so asking here first..The text was updated successfully, but these errors were encountered: