package codex

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Memory_domains.With_focusing

module TypedC = Types.TypedC
module type BASE_WITH_TYPES = sig ... end
module type S = sig ... end
module type S_with_types = sig ... end
module Make (D : Memory_sig.Base) : S with module Context = D.Context and type boolean = D.boolean