Changes between Version 22 and Version 23 of Commentary/PrimOps
- Timestamp:
- 03/06/13 03:12:29 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/PrimOps
v22 v23 42 42 in its documentation for the {{{base}}} package. The file {{{GHC/Prim.hs}}} is never 43 43 actually compiled, only processed by Haddock. 44 45 Note that if you want to create a polymorphic primop, you need to return {{{(# a #)}}}, not {{{a}}}. 44 46 45 47 == Implementation of !PrimOps ==
