Try: fun erlang:is_integer/1
-Jesse On Sun, Jun 29, 2014 at 10:02 PM, Graeme Defty <[email protected]> wrote: > The next issue queuing up to bite me is the handling of references to BIFs. > > This works fine: > > is_integer(10), > > whereas this does not > > fun is_integer/1 > > (and it used to) The error message says that is_integer/2 is unknown. > > It seems that the built-in-ness (or the auto-importability) of is_integer > is not being recognised any more. > > graeme > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/CAKF5fiB%2B9iqzcUrzFbghFBtqUZtP2AJUALQ3wbi5nYJrPR%2BcuQ%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- Jesse Gumm Owner, Sigma Star Systems 414.940.4866 || sigma-star.com || @jessegumm -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAPTXyXd6GS7G%3DamktYjBaD%2Bj7Qgq3-5R28pr0mx0%2B2VWKXVY3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
