module Eval:Évaluation de PCF (TD 2)sig..end
exception Error of string
1 + (Fun x -> x).val subst : S.Ast.t -> Var.t -> S.Ast.t -> S.Ast.tsubst e1 x e2 renvoie
e1 avec la variable x remplacée par e2,
noté e1[x/e1] dans le cours.val evaln : S.Ast.t -> S.Ast.tval evalv : S.Ast.t -> S.Ast.t