mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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
|
||||
end
|
||||
open T
|
||||
open Result
|
||||
|
||||
let mk_leaf x = L x
|
||||
let mk_node x y = N(x,y)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue