buuka/src/Operations.hs

7 lines
99 B
Haskell

module Operations
( module Operations.Insert )
where
import Operations.Insert
(insert)