iscc: allow coercion of binary list into first element
commit8c305c2f254d298a8110c55e204d3526386224e2
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 28 Aug 2010 17:36:05 +0000 (28 19:36 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Aug 2010 19:31:10 +0000 (30 21:31 +0200)
tree5ea822f3a6d1105a701b5d0b9bae744483817a08
parenta221ddf2721eb9aa17d41363953f857778b8bcbc
iscc: allow coercion of binary list into first element

Some operations return a binary list, where the first element is the actual
result and the second is an indication of the accurateness.
Any further manipulations are usually performed on the first element.
Although it is possible to select this first element explicitly,
it is more convenient if the element is selected implicitly, when needed.
doc/isl.tex
iscc.c