add include header in morphism-base
This commit is contained in:
parent
5993923338
commit
5a64334b1d
4 changed files with 25 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
```
|
||||
```
|
||||
|
||||
morph_digit_as_char_to_uint8 (Radix:ℤ)
|
||||
<Digit Radix> ~ Char ~ Ascii ~ x86.UInt8
|
||||
--> <Digit Radix> ~ x86.UInt8
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
```
|
||||
#include <array/length-prefix.h>
|
||||
```
|
||||
|
||||
morph_array_as_valterm_to_lenpfx (Terminator:x86.UInt8)
|
||||
<Seq~<ValueTerminated Terminator> x86.UInt8>
|
||||
--> <Seq~<LengthPrefix x86.UInt64> x86.UInt8>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
```
|
||||
#include <array/length-prefix.h>
|
||||
```
|
||||
|
||||
morph_nat_as_u64_to_pos ()
|
||||
ℕ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue