Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
ShellCheck.Fixer
Contents
Documentation
Instances
Ranged PositionedComment Source # | |
Defined in ShellCheck.Fixer Methods start :: PositionedComment -> Position Source # end :: PositionedComment -> Position Source # overlap :: PositionedComment -> PositionedComment -> Bool Source # setRange :: (Position, Position) -> PositionedComment -> PositionedComment Source # | |
Ranged Replacement Source # | |
Defined in ShellCheck.Fixer Methods start :: Replacement -> Position Source # end :: Replacement -> Position Source # overlap :: Replacement -> Replacement -> Bool Source # setRange :: (Position, Position) -> Replacement -> Replacement Source # |