mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix tests and warning
This commit is contained in:
parent
0abe4b7020
commit
7d5b76a87a
2 changed files with 3 additions and 0 deletions
|
|
@ -9,3 +9,4 @@ i 1 -2 -4 0
|
|||
r -4 -1 0
|
||||
r -1 0
|
||||
r -3 0
|
||||
r 0
|
||||
|
|
|
|||
|
|
@ -30,3 +30,5 @@ val setup_gc : unit -> unit
|
|||
module Int_set : CCSet.S with type elt = int
|
||||
module Int_map : CCMap.S with type key = int
|
||||
module Int_tbl : CCHashtbl.S with type key = int
|
||||
|
||||
module Str_tbl : CCHashtbl.S with type key = string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue