diff options
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/texmacspp.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/texmacspp.ml b/ide/texmacspp.ml index 6fbed38fb4..7bbf393ac9 100644 --- a/ide/texmacspp.ml +++ b/ide/texmacspp.ml @@ -235,7 +235,7 @@ and pp_local_binder lb = (* don't know what it is for now *) let ppl = List.map (fun (loc, nam) -> (xmlCst (string_of_name nam) loc)) namll in xmlTyped (ppl @ [pp_expr ce]) - | LocalPattern _ -> + | LocalRawPattern _ -> assert false and pp_local_decl_expr lde = (* don't know what it is for now *) match lde with |
