mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 11:36:27 -06:00
1st infinitive long
This commit is contained in:
@@ -7,7 +7,7 @@ import PGF
|
||||
import Data.List
|
||||
|
||||
data Fact = Fact {
|
||||
content :: Maybe Fact,
|
||||
content :: [Fact],
|
||||
tense :: Maybe GTemp,
|
||||
polarity :: Maybe GPol,
|
||||
source :: Maybe GNP,
|
||||
@@ -16,7 +16,7 @@ data Fact = Fact {
|
||||
action :: Maybe GVP
|
||||
}
|
||||
|
||||
initFact = Fact Nothing Nothing Nothing Nothing Nothing Nothing Nothing
|
||||
initFact = Fact [] Nothing Nothing Nothing Nothing Nothing Nothing
|
||||
|
||||
factTree fact = case action fact of
|
||||
(Just vp) ->
|
||||
|
||||
Reference in New Issue
Block a user