package GuaCaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type primitive = string * int * int * int
type bag = int list
type edge = int * int
type pace2017_output_line =
  1. | Comment of string
  2. | Primitive of primitive
  3. | Bag of bag
  4. | Edge of edge
type pace2017_output = pace2017_output_line list