Documentation
¶
Overview ¶
The package convert provides the function Convert, which converts the lambda term into the pi term
Each function Convert, ConvertFromFiles and ConvertFromString needs a mode for an argument. Only CallByValue mode is implemented currently.
TODO(nekketsuuu): Avoid name collision
TODO(nekketsuuu): Implement CallByName mode
Index ¶
Constants ¶
View Source
const ( CallByValue = iota CallByName )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.