mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 04:22:50 -06:00
refreshed the tutorial
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module SemBase where
|
||||
|
||||
import GSyntax
|
||||
import Base
|
||||
import Logic
|
||||
|
||||
-- translation of Base syntax to Logic
|
||||
@@ -8,7 +8,6 @@ import Logic
|
||||
iS :: GS -> Prop
|
||||
iS s = case s of
|
||||
GPredAP np ap -> iNP np (iAP ap)
|
||||
GConjS c s t -> iConj c (iS s) (iS t)
|
||||
|
||||
iNP :: GNP -> (Exp -> Prop) -> Prop
|
||||
iNP np p = case np of
|
||||
|
||||
Reference in New Issue
Block a user