# Definition Currying is breaking up a [[map|function]] which takes multiple arguments into a sequence of functions that take a single argument. ## Example For an example, see [[Bilinear Form#Associated Linear Map]].