Fix auxiliary path
This commit is contained in:
parent
59fb773bc1
commit
3ac8377fa0
1 changed files with 0 additions and 0 deletions
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
module Auxiliary (module Auxiliary) where
|
||||
|
||||
snoc :: a -> [a] -> [a]
|
||||
snoc x xs = xs ++ [x]
|
||||
Loading…
Add table
Add a link
Reference in a new issue