Skip to content

Commit 772acb2

Browse files
authored
Merge pull request #31 from proux01/rocq21126
Adapt to rocq-prover/rocq#21126
2 parents 3b0d87a + 64d9777 commit 772acb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/automationGen.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module NotationGen = struct
133133
open Vernacexpr
134134
open GallinaGen
135135

136-
type g_assoc = Gramlib.Gramext.g_assoc = NonA | RightA | LeftA
136+
type g_assoc = Gramlib.Gramext.g_assoc = NonA | RightA | LeftA | BothA
137137

138138
type t = VarConstr
139139
| VarInst

0 commit comments

Comments
 (0)