Skip to content
Snippets Groups Projects
Commit 5ce723d9 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[wp] direct lookup in ConstantFolder

parent 0284c594
No related branches found
No related tags found
No related merge requests found
......@@ -1056,7 +1056,7 @@ struct
| Some m -> m
| None ->
let m = Lang.sigma () in
F.Subst.add_map m s.def ;
F.Subst.add_fun m (fun e -> Tmap.find e s.def) ;
s.cache <- Some m ; m
let e_apply s e = F.e_subst (subst s) e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment