comparison tests/impl.lac @ 15:1e645beb3f3b

Implicit constructor arguments
author Adam Chlipala <adamc@hcoop.net>
date Sun, 08 Jun 2008 13:00:12 -0400
parents
children 9bd8669d53c2
comparison
equal deleted inserted replaced
14:f1c36df29ed7 15:1e645beb3f3b
1 val id = fn t :: Type => fn x : t => x
2 val id_self = id [t :: Type -> t -> t] id
3
4 val idi = fn t ::: Type => fn x : t => x
5 val idi_self = idi idi