-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Parse for Les-Houches event files -- -- This package implements a parser for the Les-Houches event file format -- as described in hep-ph/0609017 @package lhe @version 0.2 -- | This module provides a pure haskell implementation of a parser and -- writer for the Les-Houches event file format. (Note that the writer -- doesn't actually exist yet.) module Data.LHE version :: String parseEventFile :: String -> IO [Event] parseEvents :: String -> String -> [Event] parseRawEventFile :: String -> IO [RawEvent] parseRawEvents :: String -> String -> [RawEvent] data Event Event :: [Double] -> [[Double]] -> Event data RawEvent RawEvent :: [Double] -> [[Double]] -> RawEvent instance Eq Init instance Show Init instance Read Init instance Eq Event instance Show Event instance Read Event instance Eq RawEvent instance Show RawEvent instance Read RawEvent