TI -> TIM
formatting
This commit is contained in:
@@ -19,9 +19,10 @@ common warnings
|
||||
library
|
||||
import: warnings
|
||||
exposed-modules: Core
|
||||
, TI
|
||||
, TIM
|
||||
other-modules: Data.Heap
|
||||
, Data.Pretty
|
||||
, Control.Parser
|
||||
|
||||
-- other-extensions:
|
||||
build-depends: base ^>=4.18.0.0
|
||||
@@ -35,8 +36,8 @@ executable rlpc
|
||||
-- other-modules:
|
||||
-- other-extensions:
|
||||
build-depends:
|
||||
base ^>=4.18.0.0,
|
||||
rlp
|
||||
base ^>=4.18.0.0
|
||||
, rlp
|
||||
|
||||
hs-source-dirs: app
|
||||
default-language: GHC2021
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{-# LANGUAGE LambdaCase, BlockArguments #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE ViewPatterns #-}
|
||||
module TI
|
||||
module TIM
|
||||
where
|
||||
----------------------------------------------------------------------------------
|
||||
import Data.Map (Map, (!?), (!))
|
||||
Reference in New Issue
Block a user