http://palm-mute.livejournal.com/ ([identity profile] palm-mute.livejournal.com) wrote in [personal profile] lomeo 2007-05-03 02:34 pm (UTC)

Лучше так:
{-# OPTIONS -fglasgow-exts #-}
data Z = Z
data S a = S a

z = Z
s = S

the :: S Z -> ()
the _ = ()


Тогда the (s z) становится действительно избранным - другие применения функции the не компилятся (кроме the undefined, конечно)

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting