Codebase list coq / upstream/8.15.0+dfsg gramlib / gramext.ml
upstream/8.15.0+dfsg

Tree @upstream/8.15.0+dfsg (Download .tar.gz)

gramext.ml @upstream/8.15.0+dfsgraw · history · blame

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

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

type g_assoc = NonA | RightA | LeftA