Created
February 11, 2017 10:29
-
-
Save Termina1/95c63077bc7f0be22550d759be6bbab3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
validateAstAndConvertToStore' : TLProgram -> Eff () [STATE TLStore] | |
validateAstAndConvertToStore' x = ?validateAstAndConvertToStore'_rhs | |
validateAstAndConvertToStore : TLProgram -> TLStore | |
validateAstAndConvertToStore x = let initStore = MkTLStore empty empty empty in | |
let test = run (validateAstAndConvertToStore' x) in | |
?hole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment