package ppx_expect

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

Class Lifter.lift

method virtual record : (string * 'res) list -> 'res
method virtual constr : string -> 'res list -> 'res
method virtual filename : filename -> 'res
method virtual int : int -> 'res
method virtual option : 'a. ('a -> 'res) -> 'a option -> 'res
method virtual string : string -> 'res
method location : location -> 'res
method body : 'a. ('a -> 'res) -> 'a body -> 'res
method expectation : 'a. ('a -> 'res) -> 'a expectation -> 'res
method raw : raw -> 'res
OCaml

Innovation. Community. Security.