SJW-0.1.2.3: The Simple Javascript Wrench
Safe HaskellSafe-Inferred
LanguageHaskell2010

SJW

Documentation

newtype Path Source #

Constructors

Path [String] 

Instances

Instances details
Eq Path Source # 
Instance details

Defined in SJW.Source

Methods

(==) :: Path -> Path -> Bool #

(/=) :: Path -> Path -> Bool #

Ord Path Source # 
Instance details

Defined in SJW.Source

Methods

compare :: Path -> Path -> Ordering #

(<) :: Path -> Path -> Bool #

(<=) :: Path -> Path -> Bool #

(>) :: Path -> Path -> Bool #

(>=) :: Path -> Path -> Bool #

max :: Path -> Path -> Path #

min :: Path -> Path -> Path #

Read Path Source # 
Instance details

Defined in SJW.Source

Show Path Source # 
Instance details

Defined in SJW.Source

Methods

showsPrec :: Int -> Path -> ShowS #

show :: Path -> String #

showList :: [Path] -> ShowS #

compile :: Source -> IO Result Source #

sourceCode :: Result -> IO (Maybe Text) Source #