Copyright | (c) Hans Hoglund 2012-2014 |
---|---|
License | BSD-style |
Maintainer | hans@hanshoglund.se |
Stability | experimental |
Portability | non-portable (TF,GNTD) |
Safe Haskell | None |
Language | Haskell2010 |
Placed type
Placed
represents a value with an offset in time.
Construction
placee :: (Transformable a, Transformable b) => Lens (Placed a) (Placed b) a b Source