package tcs-lib

  1. Overview
  2. Docs
A multi-purpose library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tcs-lib-0.6.tbz
sha256=0c18dd20e52b61b7cddd595369030819eccfa4ea73bfdbed9839815586628122
sha512=9f77a89114e7511efa7d40fe5464b318677e729c672bdfe7e461f38509eca2cffb9da912eef02158413525732b8fdcf5765491b29c2ee0d831118a365e1e77b1

doc/tcs-lib/Tcsparitygameparser/index.html

Module Tcsparitygameparser

type token =
  1. | INT of int
  2. | ANN of string
  3. | SEMICOLON
  4. | COMMA
  5. | EOF
  6. | PARITY
  7. | START
val game : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> unit