hdiff
packages
feed
scenegraph
-0.1: src/Graphics/SceneGraph/Utils.hs
module Graphics.SceneGraph.Utils where head' s [] = error s head' s (x:_) = x