<div dir="ltr"><div dir="ltr">Am Fr., 8. Mai 2020 um 03:50 Uhr schrieb Dannyu NDos <<a href="mailto:ndospark320@gmail.com">ndospark320@gmail.com</a>>:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I have following datatype for representing arbitrary computable numbers:</div><div><br></div><div>    newtype Computable = Inexact (Word -> Integer)</div><div><br></div><div>"Inexact" encapsulates Cauchy sequences.</div><div><br></div><div>min and max will halt:</div><div><br></div><div>    instance Ord Computable where [...]</div></div></blockquote><div><br></div><div>Eq is a superclass of Ord, so how do you define that for Computable? </div></div></div>