ajhc-0.8.0.6: Haskell compiler that produce binary through C language

Safe HaskellNone

Util.SameShape

Documentation

class SameShape1 f whereSource

Methods

sameShape1 :: f a -> f b -> BoolSource

class SameShape2 f whereSource

Methods

sameShape2 :: f a b -> f c d -> BoolSource

Instances