package archetype

  1. Overview
  2. Docs
type target_lang =
  1. | Ligo
  2. | LigoStorage
  3. | SmartPy
  4. | Whyml
  5. | Markdown
  6. | Scaml
  7. | None
val show_target_lang : target_lang -> Ppx_deriving_runtime.string
type storage_policy =
  1. | Record
  2. | Flat
  3. | Hybrid of (string * string) list
val show_storage_policy : storage_policy -> Ppx_deriving_runtime.string
type execution_mode =
  1. | WithSideEffect
  2. | WithoutSideEffect
val show_execution_mode : execution_mode -> Ppx_deriving_runtime.string
type sorting_policy =
  1. | OnTheFly
  2. | OnChange
  3. | None
val show_sorting_policy : sorting_policy -> Ppx_deriving_runtime.string
val version : string
val url : string
val target : target_lang ref
val storage_policy : storage_policy ref
val execution_mode : execution_mode ref
val sorting_policy : sorting_policy ref
val with_init_caller : bool ref
val opt_lsp : bool ref
val opt_service : bool ref
val opt_json : bool ref
val opt_pt : bool ref
val opt_ext : bool ref
val opt_ast : bool ref
val opt_typed : bool ref
val opt_all_parenthesis : bool ref
val opt_m : bool ref
val opt_raw : bool ref
val opt_raw_whytree : bool ref
val opt_caller : string ref
val opt_property_focused : string ref
val opt_vids : string list ref
val add_vids : string -> unit
OCaml

Innovation. Community. Security.