| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Apecs.Physics.Gloss
Documentation
newtype BodyPicture Source #
Constructors
| BodyPicture Picture |
Instances
| Semigroup BodyPicture Source # | |
Defined in Apecs.Physics.Gloss Methods (<>) :: BodyPicture -> BodyPicture -> BodyPicture # sconcat :: NonEmpty BodyPicture -> BodyPicture # stimes :: Integral b => b -> BodyPicture -> BodyPicture # | |
| Monoid BodyPicture Source # | |
Defined in Apecs.Physics.Gloss Methods mempty :: BodyPicture # mappend :: BodyPicture -> BodyPicture -> BodyPicture # mconcat :: [BodyPicture] -> BodyPicture # | |
| Component BodyPicture Source # | |
Defined in Apecs.Physics.Gloss Associated Types type Storage BodyPicture :: * # | |
| type Storage BodyPicture Source # | |
Defined in Apecs.Physics.Gloss | |