summaryrefslogtreecommitdiff
path: root/next-lib/src/spanish/TextSpa.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/spanish/TextSpa.gf')
-rw-r--r--next-lib/src/spanish/TextSpa.gf11
1 files changed, 0 insertions, 11 deletions
diff --git a/next-lib/src/spanish/TextSpa.gf b/next-lib/src/spanish/TextSpa.gf
deleted file mode 100644
index b689e1bbf..000000000
--- a/next-lib/src/spanish/TextSpa.gf
+++ /dev/null
@@ -1,11 +0,0 @@
-concrete TextSpa of Text = CommonX - [Temp,TTAnt,Tense,TPres,TPast,TFut,TCond] ** {
-
--- This works for the special punctuation marks of Spanish.
-
- lin
- TEmpty = {s = []} ;
- TFullStop x xs = {s = x.s ++ "." ++ xs.s} ;
- TQuestMark x xs = {s = "¿" ++ x.s ++ "?" ++ xs.s} ;
- TExclMark x xs = {s = "¡" ++ x.s ++ "!" ++ xs.s} ;
-
-}