mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-24 10:06:40 -05:00
removed useless "rec"
This commit is contained in:
parent
ea92877a0a
commit
4af415cecd
1 changed files with 1 additions and 1 deletions
2
conv.ml
2
conv.ml
|
|
@ -564,7 +564,7 @@ module Point = struct
|
|||
yield_record {x;y;color;prev}
|
||||
))
|
||||
|
||||
let rec source =
|
||||
let source =
|
||||
Source.(record_fix
|
||||
(fun self ->
|
||||
field "x" (fun p -> p.x) int_ @@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue