Project

General

Profile

Download (160 Bytes) Statistics
| Branch: | Tag: | Revision:
1
module Vars: Set.S with type elt = Basetypes.path_t
2

    
3
module Env: sig
4
  include Map.S with type key = Basetypes.path_t
5

    
6
  val from_set: Vars.t -> 'a -> 'a t
7
end
(2-2/6)