Fix long door bug.
This commit is contained in:
@@ -3,7 +3,6 @@ module DoubleStack
|
||||
|
||||
newtype DS a = DS (a,[a],[a])
|
||||
deriving (Eq, Ord, Read, Show)
|
||||
|
||||
{- |
|
||||
Unsafe. -}
|
||||
fromListL :: [a] -> DS a
|
||||
|
||||
Reference in New Issue
Block a user