Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
27d7856e52
commit
362e33c7f9
@ -58,7 +58,7 @@ module M = struct
|
|||||||
`Assoc [("wrap_content", continue NoState wrap_content) ; ("location", `String (asprintf "%a" Location.pp location))] ); (*TODO*)
|
`Assoc [("wrap_content", continue NoState wrap_content) ; ("location", `String (asprintf "%a" Location.pp location))] ); (*TODO*)
|
||||||
option = (fun _visitor continue NoState o ->
|
option = (fun _visitor continue NoState o ->
|
||||||
match o with
|
match o with
|
||||||
| None -> `Null
|
| None -> `List [ `String "None" ; `Null ]
|
||||||
| Some v -> `List [ `String "Some" ; continue NoState v ] );
|
| Some v -> `List [ `String "Some" ; continue NoState v ] );
|
||||||
poly_unionfind = (fun _visitor continue NoState p ->
|
poly_unionfind = (fun _visitor continue NoState p ->
|
||||||
let lst = (UnionFind.Poly2.partitions p) in
|
let lst = (UnionFind.Poly2.partitions p) in
|
||||||
|
Loading…
Reference in New Issue
Block a user