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

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