()
| 28 | |
| 29 | #[test] |
| 30 | fn test_identity_function() { |
| 31 | let source = "def id (α : Type) (x : α) : α := x"; |
| 32 | parse_and_elaborate(source).unwrap(); |
| 33 | } |
| 34 | |
| 35 | #[test] |
| 36 | fn test_constant_function() { |
nothing calls this directly
no test coverage detected