Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Pointwise x a = Pointwise (x -> a)
- fromPointwise :: Pointwise x a -> x -> a
Documentation
newtype Pointwise x a Source #
Function type where all functions are run pointwise.
Pointwise (x -> a) |
Instances
fromPointwise :: Pointwise x a -> x -> a Source #