package dolmen

  1. Overview
  2. Docs
A parser library for automated deduction

Install

Dune Dependency

Authors

Maintainers

Sources

dolmen-0.8.tbz
sha256=3ee4b4b028b18ab0066cb4648fa14cd4d628a3afd79455f85fb796a9969ac80c
sha512=06d455f0221814dae44d9d8614cab7c1d4fb43a383e603a92ffc9cf4a753d42c5f2a0f3c5ae64aa6cf02da769c4666b130443ae2cf8fa0918c906d46e0caec9a

doc/src/dolmen.icnf/syntax_messages.ml.html

Source file syntax_messages.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

(* This file was auto-generated based on "syntax.messages". *)

(* Please note that the function [message] can raise [Not_found]. *)

let message =
  fun s ->
    match s with
    | 0 ->
        "006\nan input sentence\neither a non-zero integer to start a clause, the keyword\n'a' to start an assumption, or the keyword 'p' to start\na header\n"
    | 4 ->
        "008\na p-inccnf header\nthe 'inccnf' header'\n"
    | 5 ->
        "007\nan p-inccnf header\na newline character to end the p-inccnf header\n"
    | 7 ->
        "006\nan input sentence\neither a non-zero integer to start a clause, the keyword\n'a' to start an assumption, or the keyword 'p' to start\na header\n"
    | 8 ->
        "006\nan input sentence\neither a non-zero integer to start a clause, the keyword\n'a' to start an assumption, or the keyword 'p' to start\na header\n"
    | 19 ->
        "005\na clause\na newline character\n"
    | 21 ->
        "006\nan input sentence\neither a non-zero integer to start a clause, the keyword\n'a' to start an assumption, or the keyword 'p' to start\na header\n"
    | 13 ->
        "003\nan assumption\nthe newline character\n"
    | 25 ->
        "006\nan input sentence\neither a non-zero integer to start a clause, the keyword\n'a' to start an assumption, or the keyword 'p' to start\na header\n"
    | 11 ->
        "002\nan assumption\nan atom, i.e. a non-zero integer\n"
    | 1 ->
        "006\nan input sentence\neither a non-zero integer to start a clause, the keyword\n'a' to start an assumption, or the keyword 'p' to start\na header\n"
    | 29 ->
        "006\nan input sentence\neither a non-zero integer to start a clause, the keyword\n'a' to start an assumption, or the keyword 'p' to start\na header\n"
    | 30 ->
        "008\na p-inccnf header\nthe 'inccnf' header'\n"
    | 31 ->
        "007\nan p-inccnf header\na newline character to end the p-inccnf header\n"
    | 33 ->
        "006\nan input sentence\neither a non-zero integer to start a clause, the keyword\n'a' to start an assumption, or the keyword 'p' to start\na header\n"
    | 41 ->
        "005\na clause\na newline character\n"
    | 23 ->
        "004\na clause\neither another atom (i.e. non-zero integer), or the integer\nzero to close the clause\n"
    | 37 ->
        "003\nan assumption\nthe newline character\n"
    | 35 ->
        "002\nan assumption\nan atom, i.e. a non-zero integer\n"
    | 15 ->
        "001\nan assumption\neither another atom (i.e. non-zero integer), or the integer\nzero to close the assumption\n"
    | _ ->
        raise Not_found
OCaml

Innovation. Community. Security.