add first changes

This commit is contained in:
odanoburu
2018-03-14 18:59:42 -03:00
parent 23f27a9dab
commit 22187afd1f
6 changed files with 1169 additions and 1144 deletions
+3 -4
View File
@@ -1,4 +1,4 @@
--1 Pornish auxiliary operations.
--1 Portuguese auxiliary operations.
--
---- This module contains operations that are needed to make the
---- resource syntax work. To define everything that is needed to
@@ -7,7 +7,6 @@
--
instance ResPor of ResRomance = DiffPor ** open CommonRomance, Prelude in {
--- flags optimize=noexpand ;
oper
vowel : pattern Str = #("a" | "e" | "i" | "o" | "u") ;
} ;