Codebase list coq / upstream/8.11.0 gramlib / gramext.ml
upstream/8.11.0

Tree @upstream/8.11.0 (Download .tar.gz)

gramext.ml @upstream/8.11.0raw · 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