Partial application

id: partial-application-314-8085461
title: Partial application
text: In computer science, partial application refers to the process of fixing a number of arguments of a function, producing another function of smaller arity. Given a function f : → N , we might fix the first argument, producing a function of type partial : → N . Evaluation of this function might be represented as f p a r t i a l . Note that the result of partial function application in this case is a function that takes two arguments. Partial application is sometimes incorrectly called currying, wh
brand slug: wiki
category slug: encyclopedia
description: In functional programming
original url: https://en.wikipedia.org/wiki/Partial_application
date created:
date modified: 2023-11-19T14:43:09Z
main entity: {"identifier":"Q7140358","url":"https://www.wikidata.org/entity/Q7140358"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part