-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to translate Concepts #97
Comments
I guess Stack has moved on but Plato hasn't been built for a while and needs some maintenance work to make it buildable again. I don't think I have time for this at the moment but I'm happy to review a PR. |
If stack has updated, it may also have updated how it loads in modules. |
I had a look at this this afternoon, and it's a headscratcher. Between it being a while since I looked at Plato, and GHC and/or Stack have moved on and simply put, it's not as simple as it once was. We used to pass the filepath for the concept file to be translated into Now it seems, it requires that I thought maybe it was no longer getting the input filepath, but it is. I'm considering a Any ideas on how this may be fixed in a better way? |
@jrbeaumont Thanks for looking into this! To be honest, I don't quite understand the problem -- I have very little memory of how things used to work :)
Will this rule out signal names like Could you describe how things used to work and how your solution with the |
(Had to update
stack.yaml
to be able to build, see #96.)After
stack setup --no-system-ghc
stack build
stack test
passes successfullystack runghc translate/System.hs -- examples/Celement_with_env_1.hs
returns:The text was updated successfully, but these errors were encountered: