diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2023-04-24 17:16:33 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2023-04-24 17:16:33 +0200 |
commit | c2c030153b1ef86ccdbbd9aacb88caef472f55d6 (patch) | |
tree | 6f7671b89e611f4b7fa643d63021b957a800f388 /src/lib/repr/telcontar.ml | |
parent | cdbf2fd0587131c1b9427bbf040e3f3f7405fa72 (diff) |
Update
Diffstat (limited to 'src/lib/repr/telcontar.ml')
-rw-r--r-- | src/lib/repr/telcontar.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/repr/telcontar.ml b/src/lib/repr/telcontar.ml index 219fa46..ad1f49d 100644 --- a/src/lib/repr/telcontar.ml +++ b/src/lib/repr/telcontar.ml @@ -1,4 +1,4 @@ -module T = Tengwar +module T = Rousseau (** Glyph position for the diacritc *) type position = unit @@ -12,7 +12,7 @@ let a' = { T.position = `Above ; T.app = fun () -> "" } -let a = T.Voyel a' +let a = T.voyel `Above (fun () -> "") let app_e = fun () -> "" and app_eu = fun () -> "" |