Hets - the Heterogeneous Tool Set

Copyright(c) C. Maeder DFKI GmbH
LicenseGPLv2 or higher, see LICENSE.txt
MaintainerChristian.Maeder@dfki.de
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred

OWL2.ShipSyntax

Description

different pretty printing for the SHIP tool

Synopsis

Documentation

skip :: CharParser st ()

key :: String -> CharParser st ()

braced :: CharParser st a -> CharParser st a

parent :: CharParser st a -> CharParser st a

binPP :: ([a] -> a) -> CharParser st sep -> CharParser st a -> CharParser st a

binP :: ([a] -> a) -> String -> CharParser st a -> CharParser st a

binC :: ([a] -> a) -> Char -> CharParser st a -> CharParser st a

plus :: CharParser st ()

nomPair :: (String -> String -> a) -> CharParser st a

data EqOrLess

Constructors

Eq 
Less 

data TBoxCons

Constructors

TBoxCons Concept [(Role, Concept)] 

data Box

Constructors

Box [TBox] [RBox] [ABox] 

Instances

ppBox :: Box -> Doc

nmap :: GenParser Char st [()]

ppp :: (a -> Doc) -> CharParser () a -> String -> String