package elpi

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

Module type Parse.ParserSource

val program : file:string -> Ast.Program.decl list
val goal : loc:Elpi_util.Util.Loc.t -> text:string -> Ast.Goal.t
val program_from : loc:Elpi_util.Util.Loc.t -> Lexing.lexbuf -> Ast.Program.t