# File test/src/simple_monad_test.rb, line 18 def test1 assert 20, Idm.new(10).map{|i|i*2} assert 10, Idm.new(10).plus(Idm.new(20)) end