Hets - the Heterogeneous Tool Set
Copyright(c) Christian Maeder Uni Bremen 2005-2006
LicenseGPLv2 or higher, see LICENSE.txt
MaintainerChristian.Maeder@dfki.de
Stabilityprovisional
Portabilityportable
Safe HaskellSafe

CASL.Project

Description

Replace casts with explicit projection functions

This module replaces Cast(s) with explicit projection functions. Don't do this after simplification since crucial sort information may be missing

Membership test are replaced with Definedness formulas

projection names may be also made unique by appending the source and target sort

Documentation

projRecord :: TermExtension f => OpKind -> (f -> f) -> Record f (FORMULA f) (TERM f) Source #

projTerm :: TermExtension f => OpKind -> (f -> f) -> TERM f -> TERM f Source #

projFormula :: TermExtension f => OpKind -> (f -> f) -> FORMULA f -> FORMULA f Source #