mirror of
https://github.com/github/semantic.git
synced 2024-12-20 21:31:48 +03:00
Rename the value effects section to domain effects.
This commit is contained in:
parent
49785f1718
commit
2c0f8b355b
@ -3,8 +3,8 @@ module Control.Abstract.Value
|
||||
( AbstractValue(..)
|
||||
, AbstractIntro(..)
|
||||
, Comparator(..)
|
||||
-- * Value effects
|
||||
-- $valueEffects
|
||||
-- * Domain effects
|
||||
-- $domainEffects
|
||||
, function
|
||||
, BuiltIn(..)
|
||||
, builtIn
|
||||
@ -55,9 +55,9 @@ data Comparator
|
||||
= Concrete (forall a . Ord a => a -> a -> Bool)
|
||||
| Generalized
|
||||
|
||||
-- Value effects
|
||||
-- Domain effects
|
||||
|
||||
-- $valueEffects
|
||||
-- $domainEffects
|
||||
-- Value effects are effects modelling the /introduction/ & /elimination/ of some specific kind of value.
|
||||
--
|
||||
-- Modelling each of these as effects has several advantages∷
|
||||
|
Loading…
Reference in New Issue
Block a user