You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This assignment implements conversion functions between Roman numerals and natural numbers using additive notation only. You will map symbols I, V, X, L, C, D, M to values and compute conversions both ways in Haskell, following a provided Cabal project and test suite.