package anthill

  1. Overview
  2. Docs
module type ENV = sig ... end
module Make (Dict : sig ... end) : ENV with type dict = Dict.t