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/analysis has a trivial Haskell to Rust conversion but isn't actually included yet, because Corrode doesn't need it to work. There's some questions to figure out about monads (we can look here to parser_monad.rs for one solution).
Next steps: Include mod analysis into src/lib.rs, and start fixing up the code until it compiles. Then we'll need the proper test bench from language-c to test its functionality.
The text was updated successfully, but these errors were encountered:
tcr
changed the title
src/analysis isn't converted
src/analysis isn't actually imported
Jul 8, 2017
src/analysis
has a trivial Haskell to Rust conversion but isn't actually included yet, because Corrode doesn't need it to work. There's some questions to figure out about monads (we can look here to parser_monad.rs for one solution).Next steps: Include
mod analysis
into src/lib.rs, and start fixing up the code until it compiles. Then we'll need the proper test bench fromlanguage-c
to test its functionality.The text was updated successfully, but these errors were encountered: