package acgtk

  1. Overview
  2. Docs
Abstract Categorial Grammar development toolkit

Install

Dune Dependency

Authors

Maintainers

Sources

acgtk-1.5.3.tar.gz
sha256=2743321ae4cc97400856eb503a876cbcbd08435ebc750276399a97481d001d41
md5=04c1e14f98e2c8fd966ef7ef30b38323

doc/src/acgtkLib.datalogLib/messages.ml.html

Source file 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

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

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

let message =
  fun s ->
    match s with
    | 2 ->
        "An integer is expected.\n"
    | 11 ->
        "A \"(\" is expected.\n"
    | 1 ->
        "A \"/\" or a \"(\" is expected.\n"
    | 18 ->
        "A \",\" or a \")\" is expected.\n"
    | 16 ->
        "A \".\" or a \",\" is expected.\n"
    | 42 | 25 | 19 | 12 ->
        "A variable or a constant (natural number) is expected.\n"
    | 32 ->
        "A \".\" or a \",\" is expected.\n"
    | 41 | 24 ->
        "A \"(\" is expected.\n"
    | 44 ->
        "A \"?\" is expected.\n"
    | 48 | 28 ->
        "A \".\" or a \":-\" is expected.\n"
    | 49 | 46 | 39 | 22 | 33 | 29 | 21 | 0 | 9 ->
        "A predicate symbol is expected.\n"
    | _ ->
        raise Not_found
OCaml

Innovation. Community. Security.