diff options
Diffstat (limited to 'discocaml/eval.ml')
-rw-r--r-- | discocaml/eval.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discocaml/eval.ml b/discocaml/eval.ml index 68bb637..63dd6f7 100644 --- a/discocaml/eval.ml +++ b/discocaml/eval.ml @@ -5,3 +5,4 @@ type path = int list let find_redex_cbv : expr -> path option = function _ -> None let find_redex_cbn : expr -> path option = function _ -> None +let reduce : expr -> path -> expr = fun e _ -> e |