Lang.TypeDecl
module Field : sig ... end
module Constructor : sig ... end
module Representation : sig ... end
module Equation : sig ... end
type t = {
id : Paths.Identifier.Type.t; |
doc : Comment.docs; |
canonical : Paths.Path.Type.t option; |
equation : Equation.t; |
representation : Representation.t option; |
}