packages feed

HSoM-1.0.0: HSoM.lhs

> {-# OPTIONS -XFlexibleInstances #-}
> {-# OPTIONS -XTypeSynonymInstances #-}

> module HSoM (
>     module HSoM.MUI,
>     module HSoM.Performance
>     ) where
> import Euterpea
> import HSoM.MUI
> import HSoM.Performance