Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
b4bf0ae159
commit
d743605aee
@ -59,7 +59,7 @@ module M = struct
|
||||
option = (fun _visitor continue NoState o ->
|
||||
match o with
|
||||
| None -> `Null
|
||||
| Some v -> continue NoState v );
|
||||
| Some v -> `List [ `String "Some" ; continue NoState v ] );
|
||||
poly_unionfind = (fun _visitor continue NoState p ->
|
||||
let lst = (UnionFind.Poly2.partitions p) in
|
||||
let lst' = List.map (fun l -> continue NoState (UnionFind.Poly2.repr (List.hd l) p )) lst in
|
||||
|
Loading…
Reference in New Issue
Block a user