edwinb / TypeDD-Samples

Sample code from "Type Driven Development with Idris"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong word in Ch13/Vending.idr

torchlard opened this issue · comments

in line 91,
do Just x <- GetInput | Nothig => do Display "Invalid input"
Nothig -> Nothing