package why3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type attributes = (string * string) list
type element = {
  1. name : string;
  2. attributes : attributes;
  3. elements : element list;
}
type t = {
  1. version : string;
  2. encoding : string;
  3. doctype : string;
  4. dtd : string;
  5. content : element;
}
exception Parse_error of string
val from_file : ?fixattrs:(string -> attributes -> attributes) -> string -> t
OCaml

Innovation. Community. Security.