move // operator to internals
This commit is contained in:
parent
87f99075ae
commit
5b677c44be
@ -163,3 +163,8 @@ rest E = E
|
|||||||
rest (M E) = E
|
rest (M E) = E
|
||||||
rest (M x) = M (rest x)
|
rest (M x) = M (rest x)
|
||||||
rest (_:|xs) = xs
|
rest (_:|xs) = xs
|
||||||
|
|
||||||
|
|
||||||
|
-- | Alias to quot
|
||||||
|
(//) :: Integral a => a -> a -> a
|
||||||
|
(//) = quot
|
||||||
|
Loading…
Reference in New Issue
Block a user