Skip to content
Snippets Groups Projects
user avatar
Etienne Kneuss authored
This is now supported in Leon:

  Map(elem1, elem2, ...) where elem* are Tuple2 literals.

In particular we can have:

  Map(1 -> 2, 3 -> 4, (5, 6))
41576426
History