voile 0.2.6

Voile, a dependently-typed row-polymorphic programming language
Documentation
1
2
3
4
5
6
7
8
//
// Created by Dependently-Typed Lambda Calculus on 2019-08-20
// missing-label
// Author: ice10
//

val missing_label : Sum { label: Type1; label2: Type; };
let missing_label = @Label Type;