package dolmen

  1. Overview
  2. Docs
A parser library

Install

Dune Dependency

Authors

Maintainers

Sources

dolmen-v0.6.tbz
sha256=81b034da2de84da19fb6368aaa39135f6259ee2773ff08c8f03da9ceeb10748c
sha512=98786ff1cc5b0c8bc4cb2dfe756ae15556c3876a206546b04374826be7d0a422dd5526d93f09cb0ea0d4985b71c408c182a951d4df908399c7e04b17c91a7d70

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.