Skip to content

Commit 0163961

Browse files
committed
Fix test for change to Identity
1 parent e8c3c48 commit 0163961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Test.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ module Main where
22

33
import Data.Array
44
import Data.Either
5+
import Data.Identity
56
import Data.Maybe
67

78
import Control.Alt
89
import Control.Alternative
910
import Control.Monad.Eff
10-
import Control.Monad.Identity
1111
import Control.Lazy
1212

1313
import Debug.Trace

0 commit comments

Comments
 (0)