chore: test for simulating old { Prod . ... } syntax

This commit is contained in:
Leonardo de Moura 2020-05-20 16:06:57 -07:00
parent 618d113075
commit 3ea9edbd13

View file

@ -5,3 +5,5 @@ structure S :=
#check { x := 10, y := true, z := "hello" : S }
#check { fst := "hello", snd := "world" : Prod _ _ }