Hets - the Heterogeneous Tool Set

Copyright(c) Till Mossakowski, Christian Maeder, Uni Bremen 2002-2005
LicenseGPLv2 or higher, see LICENSE.txt
MaintainerChristian.Maeder@dfki.de
Stabilityprovisional
Portabilitynon-portable(Grothendieck)
Safe HaskellNone

Syntax.Parse_AS_Structured

Description

Parser for CASL (heterogeneous) structured specifications Concerning the homogeneous syntax, this follows Sect II:3.1.3 of the CASL Reference Manual.

Synopsis

Documentation

annoParser2 :: AParser st (Annoted a) -> AParser st (Annoted a)

parse annotations and then still call an annotation parser

translationList :: LogicGraph -> (Annoted b -> RENAMING -> b) -> (Annoted b -> RESTRICTION -> b) -> (Annoted b -> APPROXIMATION -> b) -> (Annoted b -> MINIMIZATION -> b) -> Annoted b -> AParser st (Annoted b)