| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Meta.Image
Documentation
class HasImage c where Source #
Minimal complete definition
Methods
image :: Lens' c Image Source #
imagename :: Lens' c (Maybe String) Source #
imagesource :: Lens' c (Maybe String) Source #
imagetype :: Lens' c ImageType Source #
Instances
| HasImage Image Source # | |
Defined in Data.Aviation.Casr.Logbook.Meta.Image | |
imageurismall' :: HasImage c => Traversal' c String Source #
imagesource' :: HasImage c => Traversal' c String Source #
imagename' :: HasImage c => Traversal' c String Source #