A simple module to parse and display roman numerals
Find a file
2020-08-24 17:20:41 +02:00
src/Data Implement a stricter parser that rejects invalid sequences of RomanChars and provide total functions to parse and validate RomanNums 2020-08-24 17:20:41 +02:00
.gitignore First working version 2019-11-08 18:51:01 +01:00
CHANGELOG.md First working version 2019-11-08 18:51:01 +01:00
RomanNum.cabal First working version 2019-11-08 18:51:01 +01:00
Setup.hs First working version 2019-11-08 18:51:01 +01:00