Toxaris / pts

Interpreter for functional pure type systems.
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Test cases for type inference #68

Open fehrenbach opened 10 years ago

fehrenbach commented 10 years ago

Test substitution in lambda case of typecheck push with known result type: > test: Pi s : * . s -> s = lambda t : * . lambda x : t . x ;

Find a term that tests the same with inference.