|
|
|
| Description |
| Minor utilities for the HPC tools.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data HpcPos |
| HpcPos is an Hpc local rendition of a Span.
| Instances | |
|
|
| 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 |
| | Methods | | | Instances | |
|
|
| data Hash |
Instances | |
|
|
| Produced by Haddock version 2.7.2 |