mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 21:10:07 +00:00
Added haddock documentation
This commit is contained in:
@@ -5,6 +5,7 @@ import PrettyPrinter.Enum
|
||||
import PrettyPrinter.Function
|
||||
import PrettyPrinter.Type
|
||||
|
||||
-- |Converts a supported Rosetta object into a haskell valid String
|
||||
printRosettaObject :: RosettaObject -> String
|
||||
printRosettaObject (EnumObject a) = printEnum a
|
||||
printRosettaObject (TypeObject a) = printType a
|
||||
|
||||
Reference in New Issue
Block a user