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 Jul 11, 2021. It is now read-only.
Looks like f75282a helped with NamedInst.hs, although to get it to compile the whole thing I also had to
diff --git i/src/Dyna/Backend/NoBackend.hs w/src/Dyna/Backend/NoBackend.hs
index 6fa7a65..3bcfa62 100644
--- i/src/Dyna/Backend/NoBackend.hs+++ w/src/Dyna/Backend/NoBackend.hs@@ -11,6 +11,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE Rank2Types #-}
+{-# LANGUAGE ImpredicativeTypes #-}
module Dyna.Backend.NoBackend (noBackend, primPossible) where
import Control.Lens
(I'd submit a PR, but I honestly have no idea what it does 👅). Seems to work and pass some of the tests now. You've got a really clever language design here, thanks for opensourcing it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here's the complete output from make:
There were also some issues with trifecta installed from make, it had to be installed manually.
The text was updated successfully, but these errors were encountered: