Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- interpretInputNum :: forall a r. Num a => Member (Embed IO) r => InterpreterFor (Input a) r
Documentation
interpretInputNum :: forall a r. Num a => Member (Embed IO) r => InterpreterFor (Input a) r Source #
Interpret Input
by incrementing a numeric type starting from 1
.