diff --git a/Examples.md b/Examples.md index eaf8d3d..2afed91 100644 --- a/Examples.md +++ b/Examples.md @@ -478,6 +478,7 @@ enum List Cons(u32, Box) Nil + impl List fn new -> List Nil