package eliom

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

Various helping functions

val sequence : ?loc:Ppxlib.Location.t -> ?attrs:Ppxlib.Parsetree.attribute list -> Ppxlib.Parsetree.expression list -> Ppxlib.Parsetree.expression
val str : ?loc:Ppxlib.Location.t -> ?attrs:Ppxlib.Parsetree.attribute list -> string -> Ppxlib.Parsetree.expression
val int : ?loc:Ppxlib.Location.t -> ?attrs:Ppxlib.Parsetree.attribute list -> int -> Ppxlib.Parsetree.expression
val id_file_hash : Ppxlib.Location.t -> string Ppxlib.Location.loc

Name of the variable which holds the hash of the file.

val eid : string Ppxlib.Location.loc -> Ppxlib.Parsetree.expression
val position : Ppxlib.Location.t -> Ppxlib.Parsetree.expression
val format_args : Ppxlib.Parsetree.expression list -> Ppxlib.Parsetree.expression
val pat_args : Ppxlib.Parsetree.pattern list -> Ppxlib.Parsetree.pattern
module Context : sig ... end

Context convenience module.

module Mli : sig ... end
module Cmo : sig ... end
module type Pass = sig ... end

Signature of specific code of a preprocessor.

val driver_args : (Stdlib.Arg.key * Stdlib.Arg.spec * Stdlib.Arg.doc) list
module Make (_ : Pass) : sig ... end
OCaml

Innovation. Community. Security.