Closed GoogleCodeExporter closed 9 years ago
the users' guide mentions Prop, Success and "and" on pages 3 and 5
Original comment by ggr...@gmail.com
on 12 Nov 2007 at 11:22
the Bind type is another candidate, need to browse the sources to see what it
is designed for. It is not occurring in the manual.
Original comment by ggr...@gmail.com
on 18 Nov 2007 at 11:23
it is indeed possible to access the Prop and Success kinds,
prompt> :k (Int == Char)
(Int == Char) :: Prop = {(==) Int Char}
prompt> :k Success
Success :: Prop
prompt> :no {and Success Success}
{and Success Success}
Normalizes to:
Success
Refinement:
-----------------
on the remove-Prop branch I tried to remove "Prop" but it turns out,
that this *is* part of the internal machinery. It would be still
interesting to come up with an interesting use case for (==)
and possibly (!=) too.
Then these should be documented in the manual.
Original comment by ggr...@gmail.com
on 4 Dec 2007 at 3:25
Revision 43 removed 'Bind' (on the branches/general-cleanups branch)
Original comment by ggr...@gmail.com
on 8 Dec 2007 at 11:14
r153 merges e.g. r43 to trunk.
Some really unneeded constructs should be gone now. Closing.
Original comment by ggr...@gmail.com
on 1 Aug 2008 at 2:43
ok.
Original comment by ggr...@gmail.com
on 3 Feb 2011 at 10:28
Original issue reported on code.google.com by
ggr...@gmail.com
on 8 Nov 2007 at 11:34