package elpi

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

Module Ast.ModeSource

Sourcetype t = Elpi_util.Util.Mode.t =
  1. | Input
  2. | Output
Sourceval pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourcetype ho =
  1. | Fo of t
  2. | Ho of t * ho list
Sourceand hos = ho list
Sourceval pp_ho : Ppx_deriving_runtime.Format.formatter -> ho -> Ppx_deriving_runtime.unit
Sourceval pp_hos : Ppx_deriving_runtime.Format.formatter -> hos -> Ppx_deriving_runtime.unit
Sourceval compare_ho : ho -> ho -> Ppx_deriving_runtime.int
Sourceval compare_hos : hos -> hos -> Ppx_deriving_runtime.int
Sourceval get_head : ho -> t
Sourceval to_ho : t -> ho
Sourceval show_pretty : t -> string
Sourceval pretty : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.