TI -> TIM

formatting
This commit is contained in:
crumbtoo
2023-11-14 11:06:03 -07:00
parent 032bc0648f
commit 23c324fea2
2 changed files with 5 additions and 4 deletions

View File

@@ -19,9 +19,10 @@ common warnings
library library
import: warnings import: warnings
exposed-modules: Core exposed-modules: Core
, TI , TIM
other-modules: Data.Heap other-modules: Data.Heap
, Data.Pretty , Data.Pretty
, Control.Parser
-- other-extensions: -- other-extensions:
build-depends: base ^>=4.18.0.0 build-depends: base ^>=4.18.0.0
@@ -35,8 +36,8 @@ executable rlpc
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: build-depends:
base ^>=4.18.0.0, base ^>=4.18.0.0
rlp , rlp
hs-source-dirs: app hs-source-dirs: app
default-language: GHC2021 default-language: GHC2021

View File

@@ -1,7 +1,7 @@
{-# LANGUAGE LambdaCase, BlockArguments #-} {-# LANGUAGE LambdaCase, BlockArguments #-}
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ViewPatterns #-} {-# LANGUAGE ViewPatterns #-}
module TI module TIM
where where
---------------------------------------------------------------------------------- ----------------------------------------------------------------------------------
import Data.Map (Map, (!?), (!)) import Data.Map (Map, (!?), (!))