| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
FWGL.Internal.TList
Documentation
type family Difference xs ys Source
Equations
| Difference xs `[]` = xs | |
| Difference xs (y : ys) = Difference (Remove y xs) ys |
fwgl-0.1.4.0: Game engine
| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
FWGL.Internal.TList
type family Difference xs ys Source
Equations
| Difference xs `[]` = xs | |
| Difference xs (y : ys) = Difference (Remove y xs) ys |