Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21e43d3ba76962d

Jump to content

Maps to

From Wikipedia, the free encyclopedia
(Redirected from Maplet)
Maps to

The maps to symbol, ↦, is a rightward arrow protruding from a vertical bar. It is used in mathematics and in computer science[1] to denote functions.


In the Unicode character set, the symbol is code point U+21A6.[3]


Other uses

[edit]

The "Maps to" operator is useful when it is desirable to avoid assigning names to functions.

This can avoid possible misinterpretations due to poor naming conventions,[4] such as avoiding the following name conflict from these two functions existing in the same file or in the same mathematical proof:

  • func sqr:
    • Squares the input value
  • func sqr: .
    • Calculates the perimeter of a square when given an input side length.


See also

[edit]
  • Arrow notation – e.g., , also known as map

References

[edit]
  1. Specifically Functional Programming
  2. Mikušiak, Luboš; Miroslav Adámy; Thomas Seidmann (1997). "Publishing formal specifications in Z notation on world wide web". TAPSOFT '97: Theory and Practice of Software Development. Lecture Notes in Computer Science. Vol. 1214. pp. 871–874. doi:10.1007/BFb0030650. ISBN 978-3-540-62781-4.
  3. Unicode Character 'RIGHTWARDS ARROW FROM BAR' (U+21A6)
  4. See Lambda Functions in Python (programming language)