aboutsummaryrefslogtreecommitdiff
path: root/discocaml/eval.ml
blob: 68bb6374108ed34e717f528c266d3d79ba278bca (plain)
1
2
3
4
5
6
7
open Ast

type path = int list
(** A path from the root of a term to a subterm. *)

let find_redex_cbv : expr -> path option = function _ -> None
let find_redex_cbn : expr -> path option = function _ -> None