Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data SourceLocation #
Instances
IsString SourceLocation # | |
Defined in Napkin.Run.Types.SourceLocation fromString :: String -> SourceLocation # | |
Show SourceLocation # | |
Defined in Napkin.Run.Types.SourceLocation showsPrec :: Int -> SourceLocation -> ShowS # show :: SourceLocation -> String # showList :: [SourceLocation] -> ShowS # | |
Eq SourceLocation # | |
Defined in Napkin.Run.Types.SourceLocation (==) :: SourceLocation -> SourceLocation -> Bool # (/=) :: SourceLocation -> SourceLocation -> Bool # | |
Ord SourceLocation # | |
Defined in Napkin.Run.Types.SourceLocation compare :: SourceLocation -> SourceLocation -> Ordering # (<) :: SourceLocation -> SourceLocation -> Bool # (<=) :: SourceLocation -> SourceLocation -> Bool # (>) :: SourceLocation -> SourceLocation -> Bool # (>=) :: SourceLocation -> SourceLocation -> Bool # max :: SourceLocation -> SourceLocation -> SourceLocation # min :: SourceLocation -> SourceLocation -> SourceLocation # |