blob: 816d269b85d17ad9558a0f459c3766dcace5917e (
plain)
1
2
3
4
5
|
open Ast
let find_redex_cbv : expr ast -> expr index option = function _ -> None
let find_redex_cbn : expr ast -> expr index option = function _ -> None
let reduce : expr ast -> expr index -> expr ast = fun e _ -> e
|