mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
add a few tests
This commit is contained in:
parent
84e77fddcf
commit
7605bacdc3
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ let pow a b =
|
||||||
pow 2 10 = 1024
|
pow 2 10 = 1024
|
||||||
pow 2 15 = 32768
|
pow 2 15 = 32768
|
||||||
pow 10 5 = 100000
|
pow 10 5 = 100000
|
||||||
|
pow 1 0 = 1
|
||||||
|
pow 0 1 = 0
|
||||||
*)
|
*)
|
||||||
|
|
||||||
type 'a printer = Buffer.t -> 'a -> unit
|
type 'a printer = Buffer.t -> 'a -> unit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue