Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lib/types.ml
- module Product_Match_Set = Set.Make(
- struct
- type t = Product_Match.t
- let compare = Product_Match.compare
- end)
- lib/types.mli:
- module Product_Match_Set: Set.S with type elt = Product_Match.t
- File "lib/types.ml", line 1:
- Error: The implementation lib/types.ml
- does not match the interface lib/.matching_engine.objs/byte/matching_engine__Types.cmi:
- ...
- In module Product_Match_Set:
- The value `of_seq' is required but not provided
- File "set.mli", line 282, characters 4-31: Expected declaration
- In module Product_Match_Set:
- The value `add_seq' is required but not provided
- File "set.mli", line 278, characters 4-37: Expected declaration
- In module Product_Match_Set:
- The value `to_seq' is required but not provided
- File "set.mli", line 274, characters 4-31: Expected declaration
- In module Product_Match_Set:
- The value `to_seq_from' is required but not provided
- File "set.mli", line 269, characters 4-43: Expected declaration
- In module Product_Match_Set:
- The value `find_last_opt' is required but not provided
- File "set.mli", line 254, characters 4-55: Expected declaration
- In module Product_Match_Set:
- The value `find_last' is required but not provided
- File "set.mli", line 247, characters 4-44: Expected declaration
- In module Product_Match_Set:
- The value `find_first_opt' is required but not provided
- File "set.mli", line 240, characters 4-56: Expected declaration
- In module Product_Match_Set:
- The value `find_first' is required but not provided
- File "set.mli", line 227, characters 4-45: Expected declaration
- In module Product_Match_Set:
- The value `find_opt' is required but not provided
- File "set.mli", line 221, characters 4-40: Expected declaration
- In module Product_Match_Set:
- The value `choose_opt' is required but not provided
- File "set.mli", line 199, characters 4-35: Expected declaration
- In module Product_Match_Set:
- The value `max_elt_opt' is required but not provided
- File "set.mli", line 188, characters 4-36: Expected declaration
- In module Product_Match_Set:
- The value `min_elt_opt' is required but not provided
- File "set.mli", line 177, characters 4-36: Expected declaration
Advertisement
Add Comment
Please, Sign In to add comment