liboleg-2010.1.10.0: An evolving collection of Oleg Kiselyov's Haskell modules

Lambda.CFG3Sem

Description

Type functions: interpretations of the type constants

http://okmij.org/ftp/gengo/NASSLLI10/

Documentation

data S Source

Instances

Show (Sem S) 

data NP Source

data VP Source

data TV Source

type family Tr a :: *Source

data Sem a Source

Constructors

Sem 

Fields

unSem :: Tr a
 

Instances

Show (Sem S) 

data Entity Source

Constructors

John 
Mary 

Instances

r1 :: Sem NP -> Sem VP -> Sem SSource