[Haskell-cafe] Object assignment and equivalence
Alfred Matthews
asm13243546 at gmail.com
Thu Apr 26 18:52:30 UTC 2018
Numerically,
wondering if there are design implications to or via defining integers
(1,12) as
let mod(1)=0, 0<x<=12
as opposed to
let mod(1):=0, 0<x<=12
or
0<x<=12, let mod(1)==0
I think I mean mathematically, since none are anything more than Haskell
pseudocode.
Possibly this makes only metaphorical sense.
Thanks in advance.
Alfred.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180426/3c8afccc/attachment.html>
More information about the Haskell-Cafe
mailing list