diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-01 18:33:26 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-01 18:33:26 +0200 |
commit | 12ccc075d724f9985be488b162b243f46dff871a (patch) | |
tree | ae788a28754397db7ad009c011b9c02818cc555d /src/lib/accent.ml | |
parent | 843230359b2157212c4e93b51994f0fde90d808b (diff) |
Made all tests pass
Diffstat (limited to 'src/lib/accent.ml')
-rw-r--r-- | src/lib/accent.ml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/accent.ml b/src/lib/accent.ml new file mode 100644 index 0000000..a8bf4d2 --- /dev/null +++ b/src/lib/accent.ml @@ -0,0 +1,4 @@ +type t = + | NONE + | ACUTE + | AGRAVE |