Skip to content

Commit

Permalink
🎨 automated ormolu commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lsrcz authored and github-actions[bot] committed Sep 7, 2024
1 parent 1ba1356 commit fabf27d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Grisette/Internal/Backend/Solving.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE Strict #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE Strict #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE UndecidableInstances #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Grisette/Internal/SymPrim/Prim/Internal/Caches.hs
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ dumpThreadCache tid = do
cache <- readIORef cref
mapM_ dumpCache (HM.elems cache)
Nothing -> return ()
-}
-}
3 changes: 2 additions & 1 deletion src/Grisette/Internal/SymPrim/Prim/Model.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ import Grisette.Internal.SymPrim.Prim.Internal.Term
import Grisette.Internal.SymPrim.Prim.Term
( ModelValue,
SomeTypedSymbol (SomeTypedSymbol),
SupportedPrim (defaultValue), defaultValueDynamic,
SupportedPrim (defaultValue),
TypedSymbol (TypedSymbol, unTypedSymbol),
conTerm,
defaultValueDynamic,
pevalEqTerm,
showUntyped,
someTypedSymbol,
Expand Down

0 comments on commit fabf27d

Please sign in to comment.