diff options
Diffstat (limited to 'Smurf.dcl')
-rw-r--r-- | Smurf.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ instance toLaTeX DerivationTree step :: !Program State u:io u:(IO u:io) -> u:(Maybe (!Program, State), u:io) run :: !Program State io (IO io) -> (Maybe State, io) +quotify :: Expr -> Expr + listIO :: IO ListIO prover :: ((Program, Stack, State) -> Maybe (Stack, Stack, State)) Program State ListIO (IO ListIO) -> Maybe DerivationTree |