Copyright | (c) David Himmelstrup 2005 |
---|---|
License | BSD-like |
Maintainer | [email protected] |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Graphics.UI.SDL.Utilities
Description
Various small functions which makes the binding process easier.
Documentation
class Enum a b | a -> b where Source
Methods
enumFromTo :: a -> a -> [a] Source