1 2 3 4 5 6 7
definition module StdListMonad import StdMonad instance return [] instance >>= [] instance fail []