package libzipperposition

  1. Overview
  2. Docs
On This Page
  1. Boolean Literal
Legend:
Library
Module
Module type
Parameter
Class
Class type

Boolean Literal

The boolean literal carries a payload of type 'a

module type S = Bool_lit_intf.S
module type PAYLOAD = sig ... end
module Make (Payload : PAYLOAD) : S with type payload = Payload.t