haskell-do icon indicating copy to clipboard operation
haskell-do copied to clipboard

Missing instance for askLiterate

Open Shimuuar opened this issue 7 years ago • 2 comments

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

Shimuuar avatar Jun 11 '17 11:06 Shimuuar

Yes, this is a problem of the inliterate library that we are using 😄

NickSeagull avatar Jun 11 '17 11:06 NickSeagull

Paging @glutamate ^^

ocramz avatar Jun 11 '17 15:06 ocramz