| Copyright | (c) 2011-2013 Ian-Woo Kim |
|---|---|
| License | BSD3 |
| Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
| Stability | experimental |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell98 |
Graphics.Hoodle.Render.Type.HitTest
Description
Selection type
Documentation
Constructors
| NotHitted | |
Fields
| |
interleave :: (a -> c) -> (b -> c) -> AlterList a b -> [c] Source #
type TAlterHitted a = AlterList [a] (Hitted a) Source #
newtype TEitherAlterHitted a Source #
Constructors
| TEitherAlterHitted | |
Fields
| |
takeHitted :: AlterList x (Hitted a) -> [a] Source #