diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/prelude/primops.txt.pp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index d8ae6d62dd..6f870c6645 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -2447,27 +2447,27 @@ section "Bytecode operations" ------------------------------------------------------------------------ primtype BCO# - {Primitive bytecode type.} + { Primitive bytecode type. } primop AddrToAnyOp "addrToAny#" GenPrimOp Addr# -> (# a #) - {Convert an {\tt Addr\#} to a followable Any type.} + { Convert an {\tt Addr\#} to a followable Any type. } with code_size = 0 primop MkApUpd0_Op "mkApUpd0#" GenPrimOp BCO# -> (# a #) - {Wrap a BCO in a {\tt AP_UPD} thunk which will be updated with the vaule of - the BCO when evaluated.} + { Wrap a BCO in a {\tt AP_UPD} thunk which will be updated with the vaule of + the BCO when evaluated. } with out_of_line = True primop NewBCOOp "newBCO#" GenPrimOp ByteArray# -> ByteArray# -> Array# a -> Int# -> ByteArray# -> State# s -> (# State# s, BCO# #) - {{\tt newBCO\#} instrs lits ptrs arity bitmap} creates a new bytecode object. The - resulting object encodes a function of the given arity with the instructions - encoded in {\tt instrs}, and a static reference table usage bitmap given by - {\tt bitmap}.} + { {\tt newBCO\# instrs lits ptrs arity bitmap} creates a new bytecode object. The + resulting object encodes a function of the given arity with the instructions + encoded in {\tt instrs}, and a static reference table usage bitmap given by + {\tt bitmap}. } with has_side_effects = True out_of_line = True |
