Portability | GHC |
---|---|
Stability | experimental |
Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
Safe Haskell | None |
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
isAnyHitted :: AlterList x (Hitted a) -> BoolSource