tvl-depot/users/grfn/xanthous/bench/Bench/Prelude.hs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
374 B
Haskell
Raw Normal View History

--------------------------------------------------------------------------------
module Bench.Prelude
( module Xanthous.Prelude
, module Criterion.Main
) where
--------------------------------------------------------------------------------
import Xanthous.Prelude
import Criterion.Main
--------------------------------------------------------------------------------