retrieve variables

This commit is contained in:
Yann Esposito (Yogsototh) 2017-02-25 17:38:28 +01:00
parent 4064004e09
commit fa8637b91e
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -35,7 +35,7 @@ reduceLambda (Lambda exprs) = do
reduceLambda x = return x
apply :: SExp -> Command
apply = undefined
apply x _ = return x
tryEnvCommand :: Text -> [SExp] -> StateT Env IO (Maybe SExp)
tryEnvCommand f args = do