Safe Haskell | None |
---|---|
Language | Haskell2010 |
Wakame.Merge
Documentation
>>>
import GHC.Generics
>>>
import Wakame
>>>
data Point = Point { x :: Double, y :: Double } deriving (Show, Generic)
>>>
pt = Point 1.2 8.3
wakame-0.1.0.0: Functions to manipulate records
Safe Haskell | None |
---|---|
Language | Haskell2010 |
Wakame.Merge
>>>
import GHC.Generics
>>>
import Wakame
>>>
data Point = Point { x :: Double, y :: Double } deriving (Show, Generic)
>>>
pt = Point 1.2 8.3