
29 Mar
2012
29 Mar
'12
4:36 p.m.
On 29 March 2012 04:34, Richard O'Keefe
u f (PS x) = PS $ map f x b f (PS x) (PS y) = PS $ zipWith f x y to_ps x = PS (x : repeat 0)
Also see: http://hackage.haskell.org/package/newtype -- Ozgur Akgun