module Graphics.SceneGraph.Utils where head' s [] = error s head' s (x:_) = x