LicenseGNU LGPLv3
Maintainerpaul.bittner@uni-ulm.de
Safe HaskellSafe

Feature

Description

Data types for features and feature formulas.

Synopsis

Documentation

type Feature = String Source #

Features are represented by a unique name.

toFeature :: String -> Feature Source #

Construct a feature from a name.