Skip to content

Commit

Permalink
chore(eo-phi-normalizer): format
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 17, 2024
1 parent ec2e0ef commit f4117a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-phi-normalizer/src/Language/EO/Phi/Sugar.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{-# OPTIONS_GHC -Wno-redundant-constraints #-}

module Language.EO.Phi.Sugar (desugarUnsafe, sugarUnsafe, desugarSugared, Sugared, Desugarable(..), Sugarable(..)) where
module Language.EO.Phi.Sugar (desugarUnsafe, sugarUnsafe, desugarSugared, Sugared, Desugarable (..), Sugarable (..)) where

newtype Sugared a = Sugared a

Expand Down

0 comments on commit f4117a3

Please sign in to comment.