Programming with Moose/Type system

Gotchas edit

  • Overloading
  • Maybe[Foo] 'Foo | Undef': One permits coercing to Undef, one doesn't.
13:42 <@mst> EvanCarroll: you can do a coercion on "Maybe[Foo]"