haskell-do
haskell-do copied to clipboard
Missing instance for askLiterate
Not all common data types have AskInliterate
instances. Non-exhaustive list
-
()
- 'Integer`
-
Maybe a
-
[a]
This makes it impossible to run cells returning these types without wrapping them into show
Yes, this is a problem of the inliterate
library that we are using 😄
Paging @glutamate ^^