Skip to content

Commit

Permalink
Merge pull request #74 from MercuryTechnologies/sw/ExposeprettyMoatType
Browse files Browse the repository at this point in the history
expose method
  • Loading branch information
sebastienwindal authored Dec 13, 2023
2 parents cb68ca2 + b2c259e commit 8cbdf87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Moat.hs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ module Moat
-- ** Functions
prettyKotlinData,
prettySwiftData,
prettyMoatType,

-- * Utility
aliasToNewtype,
Expand Down Expand Up @@ -117,7 +118,7 @@ import qualified Language.Haskell.TH.Syntax as Syntax
import Language.Haskell.TH.Syntax.Compat
import Moat.Class
import Moat.Pretty.Kotlin (prettyKotlinData)
import Moat.Pretty.Swift (prettySwiftData)
import Moat.Pretty.Swift (prettyMoatType, prettySwiftData)
import Moat.Types hiding (newtypeName)
import qualified Moat.Types
import Prelude hiding (Enum (..))
Expand Down
1 change: 1 addition & 0 deletions src/Moat/Pretty/Swift.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module Moat.Pretty.Swift
( prettySwiftData,
prettyMoatType,
)
where

Expand Down

0 comments on commit 8cbdf87

Please sign in to comment.