package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val save_dot : bool
val line : int Prelude.ref
exception Parse_error of string
val parse : ?repl:bool -> ?print:bool -> ?dot:bool -> BatIO.input -> (string * string) list * (string * string list * bool * string * SpecCore.stmt) list
val parseFile : string -> (string * string) list * (string * string list * bool * string * SpecCore.stmt) list