package archetype

  1. Overview
  2. Docs
module A = Ast
module M = Model
exception Anomaly of string
type error_desc =
  1. | NotSupportedContainer of string
  2. | UnsupportedTypeForFile of A.type_
  3. | CannotConvertToAssignOperator
  4. | CannotSetApiItem
  5. | CannotExtractBody
  6. | CannotExtractAssetName
  7. | AnyNotAuthorizedInTransitionTo of Location.t
  8. | NoInitExprFor of string
  9. | TODO
val show_error_desc : error_desc -> Ppx_deriving_runtime.string
val emit_error : error_desc -> 'a
val to_model : A.model -> M.model