mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
small doc change
This commit is contained in:
parent
78a530ccee
commit
7081a411c8
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ open CCShims_
|
||||||
type tree = L of int | N of tree * tree
|
type tree = L of int | N of tree * tree
|
||||||
end
|
end
|
||||||
open T
|
open T
|
||||||
open Result
|
|
||||||
|
|
||||||
let mk_leaf x = L x
|
let mk_leaf x = L x
|
||||||
let mk_node x y = N(x,y)
|
let mk_node x y = N(x,y)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue