subzero-0.1.0.8: Helps when going "seed values" -> alternatives and optional -> answers

Copyright(c) Tristan Wibberley 2017
LicenseGPL-2
Maintainertristan.wibberley@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Control.Applicative.SubZero.Examples

Description

Here is a longer description of this module, containing some commentary with some markup.

Synopsis

Documentation

fizzbuzz :: (Integral a, Show a, Applicative f) => f a -> f String Source #

Takes values in an Applicative and returns the fizzbuzz game's answer for that value. Caution regular lists will not do what you want, use: