Table of Contents

Function - Nilary / Nullary

About

A nilary of nullary function is a function where the signature has no argument. The arity (number of argument) is said to be null or nil

A constant is a nullary function

Example

x = get()

<MATH> f() = 2 </MATH>