SJW
data Source Source #
newtype Path Source #
Constructors
Defined in SJW.Source
Methods
(==) :: Path -> Path -> Bool #
(/=) :: Path -> Path -> Bool #
compare :: Path -> Path -> Ordering #
(<) :: Path -> Path -> Bool #
(<=) :: Path -> Path -> Bool #
(>) :: Path -> Path -> Bool #
(>=) :: Path -> Path -> Bool #
max :: Path -> Path -> Path #
min :: Path -> Path -> Path #
readsPrec :: Int -> ReadS Path #
readList :: ReadS [Path] #
readPrec :: ReadPrec Path #
readListPrec :: ReadPrec [Path] #
showsPrec :: Int -> Path -> ShowS #
show :: Path -> String #
showList :: [Path] -> ShowS #
compile :: Source -> IO Result Source #
mainIs :: Source -> String -> Source Source #
source :: [String] -> Source Source #
sourceCode :: Result -> IO (Maybe Text) Source #