module Dl_core: sig .. end
sig
end
module Variable: Id.Generator with type t = int
Id.Generator
with type t = int
module Variable_map: Index.Map with type key = Variable.t
Index.Map
with type key = Variable.t
module type L = sig .. end
module type T = sig .. end
module Make: functor (N : Dl_number.T) -> T with type num = N.t
functor (
N
:
Dl_number.T
) ->
T
with type num = N.t