diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-05 19:41:40 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-05 19:41:40 +0200 |
commit | 6a34154b77ac80f89df816ba0062f382d915fb22 (patch) | |
tree | 5dab18f15fe8555d5369a9c492228f6aa4d23001 /src/lib/repr | |
parent | 853e281a6719125866f8b948540944c571b091c6 (diff) |
Updated tests
Diffstat (limited to 'src/lib/repr')
-rw-r--r-- | src/lib/repr/default.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/repr/default.ml b/src/lib/repr/default.ml index 4110679..2688411 100644 --- a/src/lib/repr/default.ml +++ b/src/lib/repr/default.ml @@ -44,6 +44,8 @@ and z = "z" and m = "m" and n = "n" +and gn = "N" + and l = "L" and r = "R" |