hspear-0.14: Haskell Spear Parser

Safe HaskellNone

Sound.Analysis.Spear.PTPF.GZ

Description

Variants for handling GZIP compressed data.

Synopsis

Documentation

load_ptpf_gz :: FilePath -> IO (Either String PTPF)Source

Load compressed spear data.

at_right :: (a -> b) -> Either t a -> Either t bSource

Apply f at Right, else id.