First pass at merit function
This commit is contained in:
@@ -25,7 +25,7 @@ class VConcat (v1 :: * -> *) (v2 :: * -> *) where
|
||||
type VConcated v1 v2 :: * -> *
|
||||
vconcat :: v1 a -> v2 a -> (VConcated v1 v2) a
|
||||
|
||||
instance {-# OVERLAPPED #-} VConcat V0 v where
|
||||
instance VConcat V0 v where
|
||||
type VConcated V0 v = v
|
||||
vconcat V0 v = v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user