<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:2088653699;
        mso-list-type:hybrid;
        mso-list-template-ids:1006029810 -1 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l0:level1
        {mso-level-start-at:0;
        mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Symbol;
        mso-fareast-font-family:"Times New Roman";
        mso-bidi-font-family:"Times New Roman";}
@list l0:level2
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Courier New";}
@list l0:level3
        {mso-level-number-format:bullet;
        mso-level-text:\F0A7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
@list l0:level4
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Symbol;}
@list l0:level5
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Courier New";}
@list l0:level6
        {mso-level-number-format:bullet;
        mso-level-text:\F0A7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
@list l0:level7
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Symbol;}
@list l0:level8
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Courier New";}
@list l0:level9
        {mso-level-number-format:bullet;
        mso-level-text:\F0A7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></style></head><body lang=EN-US link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span style='font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>As a ‘hello world’ example for type definitions, I like to define a numeric type that can handle the mod p multiplicative group, where p is prime. This requires:<o:p></o:p></span></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-family:Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>       </span></span></span><![endif]><span style='font-family:"Courier New"'>Implementing interface functions<o:p></o:p></span></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-family:Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>       </span></span></span><![endif]><span style='font-family:"Courier New"'>Defining non-trivial implementations, where constructor must be private, etc.<o:p></o:p></span></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-family:Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>       </span></span></span><![endif]><span style='font-family:"Courier New"'>Invoking an abstract superclass concrete instance method from within the subclass method definition<o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-family:"Courier New"'>The latter appears not to be possible in Haskell. Is this true?<o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-family:"Courier New"'>Here’s the basic code, but I punted on x^n. It looks like I’d have to paste in the entire original definition of ‘^’.<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>data Modp a = Modp a a deriving (Eq, Show)<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>mkModp p n | isPrime p = Modp p (n `mod` p)<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>           | otherwise = error $ show p ++ " is not a prime"<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>instance Integral a => Num (Modp a) where<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>         (Modp q n) + (Modp p m) | p==q = Modp p $ (n+m) `mod` p<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>                                 | otherwise = error $ "unequal moduli"<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>         (Modp p n) * (Modp q m) | p==q = Modp p $ (n*m) `mod` p<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>                                 | otherwise = error $ "unequal moduli"<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>         negate (Modp p n) = Modp p (p-n)<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>         -- can't reuse base because ^ is impl. directly in prelude<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>{-       (Modp p x) ^ n | n <= p  = (Modp p x) `baseExp` n<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>                        | n1 == 0 = (Modp p x)<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>                        | n > p   =  x ^ n1<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>             where baseExp = ^ in Num<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>                   n1      = n `mod` p<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>-}<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>instance Integral a => Fractional (Modp a) where<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>         recip (Modp p n) = (Modp p n)^(p-2)<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-family:"Courier New"'>isPrime p = True -- stub<o:p></o:p></span></p></div></body></html>