categories - Category Theory list
 help / color / mirror / Atom feed
From: Luis Barbosa <lsb@di.uminho.pt>
To: Andrew Stacey <andrew.stacey@math.ntnu.no>, <categories@mta.ca>
Subject: Re: Functions in programming
Date: Sat, 14 Mar 2009 09:51:22 +0000	[thread overview]
Message-ID: <E1LiUgj-00017r-5r@mailserv.mta.ca> (raw)

On 2009/03/13, at 11:29, Andrew Stacey wrote:

>
> Afterwards, one student asked about how this related to functions
> as used in
> computer programming.  It seemed from what he said that he had some
> understanding of the formal relationship between functions in
> mathematics and
> functions in computer programs - beyond them having the same name.
> He said
> that a function that takes no input is known as a "constant
> function" and so
> wasn't sure how to fit the two notions together.

A constant function in Haskell, as in Maths, has 1 as a domain. The
(isomorphism class of the)
singleton set is written as (); so, for example, the function always
returning integer 5 is declared as

five :: () -> Int

and defined by five () = 5 (notice notation () is used to denote both
set 1 and its (unique) element)

Your student is probably confusing notation () with the empty set.
The notation may be a bit unfortunate
as () may suggest "no input" ... but, of course functions, in
functional programming are just
functions.

Luis
---------------------------------------
Luis S. Barbosa
www.di.uminho.pt/~lsb





             reply	other threads:[~2009-03-14  9:51 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-14  9:51 Luis Barbosa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-21 16:06 Bill Lawvere
2009-03-20 21:18 Robin Cockett
2009-03-19 15:37 Peter Selinger
2009-03-19 15:37 Peter Selinger
2009-03-19 14:18 Peter Selinger
2009-03-19 14:11 MigMit
2009-03-19  2:32 Robin Cockett
2009-03-18 15:34 Bill Lawvere
2009-03-17 23:06 Robin Cockett
2009-03-17  5:17 Nathan Bloomfield
2009-03-16 15:12 Andrew Stacey
2009-03-16 11:37 Miles Gould
2009-03-16  9:27 Tom Hirschowitz
2009-03-16  5:52 Vaughan Pratt
2009-03-16  4:25 Daniel Schüssler
2009-03-15 23:55 Thorsten Altenkirch
2009-03-15 22:18 Robin Cockett
2009-03-14 19:52 Ellis D. Cooper
2009-03-14 17:39 Thorsten Altenkirch
2009-03-14 14:58 Steve Stevenson
2009-03-14 14:51 Miguel Mitrofanov
2009-03-14  6:02 Vaughan Pratt
2009-03-14  3:38 Fred E.J. Linton
2009-03-14  3:22 Michael Shulman
2009-03-14  2:21 Charles Wells
2009-03-13 11:29 Andrew Stacey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LiUgj-00017r-5r@mailserv.mta.ca \
    --to=lsb@di.uminho.pt \
    --cc=andrew.stacey@math.ntnu.no \
    --cc=categories@mta.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).