X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FCardinal.hs;fp=src%2FCardinal.hs;h=b911003b7d6cfaedff1f31ba6179208422c6c6b4;hb=58cf11569acb270995d2de924dda03ef526647e2;hp=9a5d025efa9c43537aba416491b4fb10fa8e2494;hpb=f07f76b231a3df623aab8b6035ac6000ce2a5eb2;p=spline3.git diff --git a/src/Cardinal.hs b/src/Cardinal.hs index 9a5d025..b911003 100644 --- a/src/Cardinal.hs +++ b/src/Cardinal.hs @@ -46,7 +46,7 @@ data Cardinal = F -- ^ Front deriving (Show, Eq) --- | By making Cardinal an instance of Num, we gain the ability to +-- | By making Cardinal an instance of 'Num', we gain the ability to -- add, subtract, and multiply directions. The results of these -- operations are never actually calculated; the types just keep -- track of which operations were performed in which order.