buuka/src/Operations.hs

11 lines
165 B
Haskell
Raw Normal View History

2020-12-30 23:29:56 +02:00
module Operations
2021-01-01 08:29:24 +02:00
( module Operations.Insert
, module Operations.List
)
2020-12-30 23:29:56 +02:00
where
import Operations.Insert
(insert)
2021-01-01 08:29:24 +02:00
import Operations.List
(list)