Cleanup warnings
This commit is contained in:
@@ -12,4 +12,4 @@ unrandUpdate
|
||||
-> (Creature -> Maybe Creature)
|
||||
-> CRUpdate
|
||||
{-# INLINE unrandUpdate #-}
|
||||
unrandUpdate h cF w (f,g) cr = ( ( h cr . f , g) , cF cr )
|
||||
unrandUpdate h cF _ (f,g) cr = ( ( h cr . f , g) , cF cr )
|
||||
|
||||
Reference in New Issue
Block a user