| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Examples.Scrap
Documentation
Constructors
| Setosa | |
| Versicolor | |
| Virginica |
data Measurements Source #
Constructors
| Measurements | |
Fields | |
Instances
| Show Measurements Source # | |
Defined in Examples.Scrap Methods showsPrec :: Int -> Measurements -> ShowS # show :: Measurements -> String # showList :: [Measurements] -> ShowS # | |
Constructors
| Flower | |
Fields | |
measurementDistance :: Measurements -> Measurements -> Float Source #
aggOnIndex :: (s -> a) -> AlgebraicLens s b a b Source #