Print and cut these out, for use with the unplugged "function composition" activity.

# double :: Number ‑> Number # consumes a number, and multiplies that number by 2

# half :: Number ‑> Number # consumes a number, and produces a number that is half the input

# add5 :: Number ‑> Number # consumes a number, adds five, and produces the result

# sub10 :: Number ‑> Number # consumes a number, subtracts ten, and produces the result

# num-sqr :: Number ‑> Number # consumes a number, squares it, and produces the result

# neg :: Number ‑> Number # consumes a number, multiplies it by -1, and produces the result

# add1 :: Number ‑> Number # consumes a number, adds one, and produces the result

# f :: Number ‑> Number # consumes a number, subtracts seven, and produces the result

# g :: Number ‑> Number # consumes a number, adds six, and produces the result

# h :: Number ‑> Number # consumes a number, subtracts one, and produces the result

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). CCbadge Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.