Skip to content

Commit

Permalink
ScriptLookups cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bladyjoker committed Jun 3, 2022
1 parent 16fe556 commit 39b53dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/ScriptLookups.purs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import Control.Monad.Reader.Trans (ReaderT)
import Control.Monad.State.Trans (StateT, get, gets, put, runStateT)
import Control.Monad.Trans.Class (lift)
import Data.Array ((:), singleton, union) as Array
import Data.Array (elemIndex, filter, insert, mapWithIndex, toUnfoldable, zip)
import Data.Array (filter, insert, mapWithIndex, toUnfoldable, zip)
import Data.Bifunctor (lmap)
import Data.BigInt (BigInt, fromInt)
import Data.Either (Either(Left, Right), either, note)
Expand Down

0 comments on commit 39b53dd

Please sign in to comment.