mpri-funcprog-project/src/VarVarBind.mli

3 lines
127 B
OCaml

(** Removes var-var bindings, eg. let x = y in e, where x and y are vars *)
val clean_var_var_bind: Top.program -> Top.program