tidal-1.7.9: Pattern language for improvised music
Safe HaskellNone
LanguageHaskell2010

Sound.Tidal.ID

Synopsis

Documentation

newtype ID Source #

Wrapper for literals that can be coerced to a string and used as an identifier. | Similar to Show typeclass, but constrained to strings and integers and designed | so that similar cases (such as 1 and "1") convert to the same value.

Constructors

ID 

Fields

Instances

Instances details
Num ID Source # 
Instance details

Defined in Sound.Tidal.ID

Methods

(+) :: ID -> ID -> ID #

(-) :: ID -> ID -> ID #

(*) :: ID -> ID -> ID #

negate :: ID -> ID #

abs :: ID -> ID #

signum :: ID -> ID #

fromInteger :: Integer -> ID #

IsString ID Source # 
Instance details

Defined in Sound.Tidal.ID

Methods

fromString :: String -> ID #