Keywords.hs revision 6679bc09e14a9495e9096fd26ada812b2f92ee63
{-
Module : ./ExtModal/Keywords.hs
Description : Keywords for extended modal logic
Copyright :
License :
Maintainer :
Stability :
Portability :
-}
module Keywords where
untilS :: String
untilS = "U"
sinceS :: String
sinceS = "S"
allPathsS :: String
allPathsS = "A"
somePathsS :: String
somePathsS = "E"
nextS :: String
nextS = "X"
yesterdayS :: String
yesterdayS = "Y"
generallyS :: String
generallyS = "G"
eventuallyS :: String
eventuallyS = "F"
hithertoS :: String
hithertoS = "H"
previouslyS :: String
previouslyS = "P"
muS :: String
muS = "mu"
nuS :: String
nuS = "nu"
atS :: String
atS = "@"
hereS :: String
hereS = "Here"
nominalS :: String
nominalS = "nominal"
nominalsS :: String
nominalsS = "nominals"
timeS :: String
timeS = "time"
tmCompositonS :: String
tmCompositionS = ";"
tmUnionS :: String
tmUnion = "|"
tmTransClosS :: String
tmTransClosS = "*"
tmGuardS :: String
tmGuradS = "?"