File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ module Data.ST.Matrix where
16
16
17
17
import Prelude
18
18
import Effect (Effect )
19
- import Control.Monad.ST (ST ())
20
19
import Data.TypeNat (class Sized )
21
20
import Data.Array.ST (STArray )
22
21
import Data.Matrix as M
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import Data.TypeNat (Four)
19
19
import Data.Matrix4 (Vec3N ())
20
20
import Data.ST.Matrix (STMat )
21
21
import Effect (Effect )
22
- import Control.Monad.ST (ST ())
23
22
24
23
type STMat4 h = STMat Four h Number
25
24
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import Data.ST.Matrix (runSTMatrix) as M
8
8
import Data.Vector as V
9
9
10
10
import Effect (Effect )
11
- import Control.Monad.ST (ST ())
12
11
import Effect.Console (logShow )
13
12
14
13
You can’t perform that action at this time.
0 commit comments