packages feed

hgraph-1.2.0.0: src/HGraph/Utils.hs

module HGraph.Utils where

mhead []    = Nothing
mhead (x:_) = Just x