| |||||||||||||
| |||||||||||||
Description | |||||||||||||
Minor utilities for the HPC tools. | |||||||||||||
Synopsis | |||||||||||||
| |||||||||||||
Documentation | |||||||||||||
data HpcPos | |||||||||||||
| |||||||||||||
fromHpcPos :: HpcPos -> (Int, Int, Int, Int) | |||||||||||||
fromHpcPos explodes the HpcPos into line:column-line:colunm | |||||||||||||
toHpcPos :: (Int, Int, Int, Int) -> HpcPos | |||||||||||||
toHpcPos implodes to HpcPos, from line:column-line:colunm | |||||||||||||
insideHpcPos :: HpcPos -> HpcPos -> Bool | |||||||||||||
asks the question, is the first argument inside the second argument. | |||||||||||||
class HpcHash a where | |||||||||||||
| |||||||||||||
data Hash | |||||||||||||
Produced by Haddock version 2.6.1 |