Keywords.hs revision e9458b1a7a19a63aa4c179f9ab20f4d50681c168
{- |
Module : ./Hybrid/Keywords.hs
Description : String constants for HybridCASL keywords to be used for parsing
and printing
Copyright : (c) Renato Neves and Mondrian Project 2012
License : GPLv2 or higher, see LICENSE.txt
Maintainer : nevrenato@gmail.com
Stability : experimental
Portability : portable
String constants for keywords to be used for parsing and printing
- all identifiers are mixed case (i.e. the keyword followed by a capital S)
-}
module Hybrid.Keywords where
nominalS :: String
nominalS = "nominal"
nominalsS :: String
nominalsS = "nominals"