We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705cc19 commit 494c503Copy full SHA for 494c503
src/ppx/ppx_eliom_utils.ml
@@ -459,7 +459,10 @@ module Cmo = struct
459
460
let find err loc =
461
let {Lexing.pos_fname; pos_cnum; _} = loc.Location.loc_start in
462
- try typ (Hashtbl.find (Lazy.force events) (Filename.basename pos_fname, pos_cnum))
+ try
463
+ typ
464
+ (Hashtbl.find (Lazy.force events)
465
+ (Filename.basename pos_fname, pos_cnum))
466
with Not_found ->
467
Typ.extension ~loc @@ Location.Error.to_extension
468
@@ Location.Error.make ~loc ~sub:[]
0 commit comments