<div dir="ltr">I forgot to mention that I would like it to be user extensible. So I&#39;m now thinking I should just pass in a set and check for membership.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Aug 24, 2013 at 4:09 PM, Chris Moline <span dir="ltr">&lt;<a href="mailto:blackredtree@gmail.com" target="_blank">blackredtree@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi, I&#39;m making a binding to gtk to help me gain some familiarity  with the language but I don&#39;t know how to reflect type constraints within agda. How can I make &quot;instances&quot; of a type? <div>

<br></div><div>For example, &#39;actionConnectProxy :: (ActionClass self, WidgetClass proxy)<span style="white-space:pre-wrap"> </span>=&gt; sel<span style="white-space:pre-wrap">f </span>-&gt; proxy -&gt; IO ()&#39;</div>
<div><br>
</div><div>This is easily exported with</div><div><br></div><div><br></div><div><br></div><div>postulate</div><div>  actionConnectProxy : {A, B : Set} -&gt; A -&gt; B -&gt; IO Unit</div><div><br></div><div>{-# COMPILED actionConnectProxy Graphics.UI.Gtk.actionConnectProxy #-}</div>

<div><br></div><div><br></div><div><br></div><div>But how do I restrict A to ActionClass and B to WidgetClass? I could go </div><div><br></div><div><br></div><div>postulate WidgetClass : {A : Set} -&gt; A -&gt; A</div><div>

<br></div><div>{-# COMPILED_TYPE WidgetClass (WidgetClass a =&gt; a) #-}</div><div><br></div><div><br></div><div><br></div><div><div>But  I would like the data type to be somehow restricted to &quot;instances&quot; of the type. Any help would be appreciated.</div>

</div><div><br></div></div>
</blockquote></div><br></div>