Lukas' Notes

type-theory

Definition

Function Type

A function type is a type whose terms are functions from inputs of one type to outputs of another type.

Formally, if and are types, then

is the type of functions that take an argument of type and return a result of type .