diff options
author | Camil Staps | 2016-06-10 10:36:49 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-10 15:20:38 +0200 |
commit | 97325a5ef30b63c68adaffb69a0bcfa7f1135d64 (patch) | |
tree | 3d540a204f4db970444e92cf3b35b6cd1585a5a3 /Smurf.dcl | |
parent | Minimalistic prover (diff) |
Induction proofs using variables & assumptions
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 |