Fix auxiliary path

This commit is contained in:
Martin Fredin 2023-02-09 20:25:00 +01:00
parent 8663f2ea50
commit ece621b0aa

View file

@ -1,5 +0,0 @@
module Auxiliary (module Auxiliary) where
snoc :: a -> [a] -> [a]
snoc x xs = xs ++ [x]