Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function types #4

Open
timbeurskens opened this issue Aug 21, 2021 · 1 comment
Open

Function types #4

timbeurskens opened this issue Aug 21, 2021 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@timbeurskens
Copy link
Owner

Support the ability to write relations as function applications:
A function can be described by means of a look-up table, such that the output of a function only depends on its inputs: f(a) = b.
This function type can be used to describe more complex operations, such as addition, multiplication, or prime factorization.

@timbeurskens timbeurskens self-assigned this Aug 21, 2021
@timbeurskens timbeurskens added the feature New feature or request label Aug 21, 2021
@timbeurskens
Copy link
Owner Author

timbeurskens commented Aug 21, 2021

Definitions:

  • A function without arguments, equals a collection of variables:
  • A function with n arguments and a single output can be expressed as a single proposition.
  • A function with n outputs can be expressed as n functions with 1 output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant