Hets - the Heterogeneous Tool Set

Copyright(c) Kristina Sojakova, DFKI Bremen 2009
LicenseGPLv2 or higher, see LICENSE.txt
Maintainerk.sojakova@jacobs-university.de
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred

DFOL.AS_DFOL

Description

 

Documentation

type NAME = Token

type DECL = ([NAME], TYPE)

type SDECL = (NAME, TYPE)

type SYMB = NAME

class Translatable a where

Methods

translate :: Map NAME TERM -> Set NAME -> a -> a