Codebase list coq / debian/8.11.0-1 gramlib / gramext.ml
debian/8.11.0-1

Tree @debian/8.11.0-1 (Download .tar.gz)

gramext.ml @debian/8.11.0-1raw · history · blame

(* camlp5r *)
(* gramext.ml,v *)
(* Copyright (c) INRIA 2007-2017 *)

type position =
    First
  | Last
  | Before of string
  | After of string
  | Level of string

type g_assoc = NonA | RightA | LeftA