Skip to content

Course home

x
Functional programming paradigm
x

Function types, domain, and co-domain

Function types, domain, and co-domain

Three sets A, B, and C with arrows showing a function f from A to B, a function g from B to C, an unused value in B, and the composed function from A to C

Functional programming describes computation by evaluating functions and combining functions. A function type such as f:A→Bf: A \rightarrow Bf:A→B means inputs come from set AAA and outputs are allowed to come from set BBB.

Functional programming paradigm Lesson

  1. AS Level
  2. /Computer Science
  3. /Functional programming paradigm

Step-by-step lessons on AQA AS Level Computer Science Functional programming paradigm. Each one builds up to exam-style questions.

Lessons