Skip to content
Snippets Groups Projects
Commit 3b710bd5 authored by Kilyan Le Gallic's avatar Kilyan Le Gallic Committed by Allan Blanchard
Browse files

[wp] linting

parent 0e0f07cc
No related branches found
No related tags found
No related merge requests found
......@@ -286,8 +286,6 @@ let rec parse_theory (env) (theory:W.Theory.theory) (menv) =
| Dind (_,dec) ->
List.iter (fun ((ls,_) : W.Decl.ind_decl) ->
L.result "Dind with ls %s" ls.ls_name.id_string;
(* let li = li_of_ls env menv ls in
L.debug ~dkey "Corresponding dlogic LI %a" pp_li li; *)
) dec;
| Dprop (_,prsymbol,_) ->
......
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