Skip to content

Commit

Permalink
Test different types
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Oct 15, 2011
1 parent 665a3a1 commit d8c1b2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/in-progress/lenses/lenses.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ modPages :: (Int -> Int) -> Book -> IO Book
modPages = modAttr pages


isAwesome :: Book -> IO Bool
isAwesome = getAttr $ s2js "isAwesome"


mkAnon :: IO AnonObj
mkAnon = mkAnonObj

Expand Down

0 comments on commit d8c1b2a

Please sign in to comment.