mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
Add Containers.Monomorphic and include it by default
This commit is contained in:
parent
6d2063ded4
commit
35b4e772be
1 changed files with 3 additions and 0 deletions
|
|
@ -42,3 +42,6 @@ module Result = CCResult
|
||||||
module Set = CCSet
|
module Set = CCSet
|
||||||
module String = CCString
|
module String = CCString
|
||||||
module Vector = CCVector
|
module Vector = CCVector
|
||||||
|
module Monomorphic = CCMonomorphic
|
||||||
|
|
||||||
|
include Monomorphic
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue