package p4spectec

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

Module Func_title.Source

type source =
  1. | ExternS of Lang.El.id * Lang.El.tparam list * Lang.El.param list * Lang.El.plaintyp * Lang.El.hint list
  2. | BuiltinS of Lang.El.id * Lang.El.tparam list * Lang.El.param list * Lang.El.plaintyp * Lang.El.hint list
  3. | DefinedS of Lang.El.id * Lang.El.tparam list * Lang.El.param list * Lang.El.plaintyp * Lang.El.hint list
module Value : sig ... end
module Init : Splicer.INIT with type key = Key.t and type value = Value.t