X-Git-Url: http://nitlanguage.org diff --git a/examples/circular_list.nit b/examples/circular_list.nit index 2d1df4a..41d2e05 100644 --- a/examples/circular_list.nit +++ b/examples/circular_list.nit @@ -14,7 +14,7 @@ # Example of an implementation of circular lists # This example shows the usage of generics and somewhat a specialisation of collections. -module circular_list +module circular_list is example # Sequences of elements implemented with a double-linked circular list class CircularList[E]