unused functions

This commit is contained in:
Mark Wotton 2020-09-13 18:33:17 -04:00
parent bdf4d4a6e6
commit 71bb7630c3

View File

@ -1,11 +1,9 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
import Data.Proxy (Proxy (..))
import qualified Foo
import Hedgehog (Group (..), checkSequential)
import qualified Roboservant as RS
import Servant (Endpoints)
import qualified UnsafeIO
-- | this is pretty bad. hopefully Jacob knows a better way of doing this.