Skip to content

Commit

Permalink
ormolu
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Aug 9, 2023
1 parent 8a28eea commit 3a0be27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions experiments/sample.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ module MyModule where

data K = K Int

{- test :: IO ()
test :: IO ()
test = do
addModFinalizer (addForeignSource LangCxx "\n#include \"test\"")

-}

instance (C a) => D (P a) (Q a) where
type F (P a) = Double
dinst x = x * x

newtype Loader = Loader (Ptr RawLoader) deriving (Eq,Ord,Show)
newtype Loader = Loader (Ptr RawLoader) deriving (Eq, Ord, Show)

0 comments on commit 3a0be27

Please sign in to comment.