We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19433e commit 0461bfcCopy full SHA for 0461bfc
src/Data/BitCode/Writer.hs
@@ -1,3 +1,4 @@
1
+{-# OPTIONS_GHC -fprof-auto #-}
2
{-# LANGUAGE TupleSections #-}
3
module Data.BitCode.Writer where
4
src/Data/BitCode/Writer/Combinators.hs
module Data.BitCode.Writer.Combinators where
import Data.BitCode
src/Data/BitCode/Writer/Monad.hs
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE UndecidableInstances #-}
module Data.BitCode.Writer.Monad
src/Data/BitCode/Writer/ToBits.hs
module Data.BitCode.Writer.ToBits where
0 commit comments