summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter7/QueryFin.gf
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2025-08-02 19:26:06 +0200
committerGitHub <noreply@github.com>2025-08-02 19:26:06 +0200
commitf1a72a066ffd34ec2b7f597bc314137908dfc64c (patch)
treef003c621c42fe079e03a3ac1ec97465f41214947 /gf-book/examples/chapter7/QueryFin.gf
parent65e85c5a3cba4df82547a018b4135ac63551d8df (diff)
parent6f9f9642d72e0c2313de61bf3348b269a791eb01 (diff)
Merge pull request #182 from inariksit/fix-encoding
use UTF8 for several GF files
Diffstat (limited to 'gf-book/examples/chapter7/QueryFin.gf')
-rw-r--r--gf-book/examples/chapter7/QueryFin.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf-book/examples/chapter7/QueryFin.gf b/gf-book/examples/chapter7/QueryFin.gf
index b3461e34a..03490ae88 100644
--- a/gf-book/examples/chapter7/QueryFin.gf
+++ b/gf-book/examples/chapter7/QueryFin.gf
@@ -6,7 +6,7 @@ concrete QueryFin of Query = {
Odd = pred "pariton" ;
Prime = pred "alkuluku" ;
Number i = i.s ;
- Yes = "kyllä" ;
+ Yes = "kyllä" ;
No = "ei" ;
oper
pred : Str -> Str -> Str = \f,x -> "onko" ++ x ++ f ;