package pa_solution

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

Module Pa_solutionSource

Sourcetype spec =
  1. | Int
  2. | Int64
  3. | Float
  4. | String
  5. | Char
  6. | Line
  7. | Empty
  8. | List of Camlp4.PreCast.Ast.expr * spec
  9. | Array of Camlp4.PreCast.Ast.expr * spec
  10. | Tuple of spec list
  11. | Let of Camlp4.PreCast.Ast.patt * spec * spec
  12. | Expr of Camlp4.PreCast.Ast.expr
Sourceval _loc : Camlp4.PreCast.Loc.t
Sourceval gensym : unit -> string
Sourceval identity : Camlp4.PreCast.Ast.expr
Sourceval in_ch : string
Sourceval scan : string -> Camlp4.PreCast.Ast.expr
Sourceval compile_reader : spec -> Camlp4.PreCast.Ast.expr
Sourceval out_ch : string
Sourceval print : Camlp4.PreCast.Ast.expr -> string -> Camlp4.PreCast.Ast.expr
Sourceval print_endline : Camlp4.PreCast.Ast.expr
Sourceval compile_writer : spec -> Camlp4.PreCast.Ast.expr -> Camlp4.PreCast.Ast.expr
Sourceval compile_solution : (Camlp4.PreCast.Ast.patt * spec) list -> spec -> Camlp4.PreCast.Ast.expr -> Camlp4.PreCast.Ast.str_item
OCaml

Innovation. Community. Security.