Reprinting m
is nowReprinting i m
, wherei
is the input type, which must be "String
-like" (containers holding some "list" ofChar
s). Previously,i
was limited toText
. By default,ByteString
,Text
andString
are supported.- Add an example module taking prompts from the 2017 paper, and rewrite the tests to use the definitions in there.
- Support at least GHC 8.6, 8.8, 8.10, 9.0