fix tests and warning

This commit is contained in:
Simon Cruanes 2021-10-27 21:54:30 -04:00
parent 0abe4b7020
commit 7d5b76a87a
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6
2 changed files with 3 additions and 0 deletions

View file

@ -9,3 +9,4 @@ i 1 -2 -4 0
r -4 -1 0
r -1 0
r -3 0
r 0

View file

@ -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