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
1616
1717import Prelude
1818import Effect (Effect )
19- import Control.Monad.ST (ST ())
2019import Data.TypeNat (class Sized )
2120import Data.Array.ST (STArray )
2221import Data.Matrix as M
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import Data.TypeNat (Four)
1919import Data.Matrix4 (Vec3N ())
2020import Data.ST.Matrix (STMat )
2121import Effect (Effect )
22- import Control.Monad.ST (ST ())
2322
2423type STMat4 h = STMat Four h Number
2524
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import Data.ST.Matrix (runSTMatrix) as M
88import Data.Vector as V
99
1010import Effect (Effect )
11- import Control.Monad.ST (ST ())
1211import Effect.Console (logShow )
1312
1413
You can’t perform that action at this time.
0 commit comments