blob: 852312f15ffe0c4db7b50d4fe9432f4a4371efc8 (
plain)
1
2
3
4
5
6
7
|
i = (_t1::[Maybe (Maybe MyInt)])
()
i = (_t2::Maybe (Maybe MyInt)) : (_t3::[Maybe (Maybe MyInt)])
()
i = Just (_t4::Maybe MyInt) : (_t5::[Maybe (Maybe MyInt)])
()
i = Just (Just (My 1)) : (_t6::[Maybe (Maybe MyInt)])
|