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