We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3240939 commit d14c7fbCopy full SHA for d14c7fb
1 file changed
binding-hs/examples/Agent.hs
@@ -10,14 +10,14 @@
10
{-# LANGUAGE NamedFieldPuns #-}
11
module Main where
12
13
-import Prelude
14
-import Control.Monad (replicateM_, when)
15
-import Control.Monad.Catch
16
-import Control.Exception.Base
17
-
18
-import OpenAI.Gym
19
-import Servant.Client
20
-import Network.HTTP.Client
+import Control.Exception.Base
+import Control.Monad (replicateM_, when)
+import Control.Monad.Catch
+import Prelude
+
+import Network.HTTP.Client
+import OpenAI.Gym
+import Servant.Client
21
22
23
main :: IO ()
0 commit comments