morphism base: remove syntax sugar for Seq for now
This commit is contained in:
parent
8e0ac3cbbc
commit
e544b82a4c
2 changed files with 10 additions and 10 deletions
morphisms/morphism-base
|
@ -1,9 +1,9 @@
|
|||
morph_string_as_nullterm_to_length_prefix ()
|
||||
[~<ValueDelim '\0'> Char ~ Ascii]
|
||||
--> [~<LengthPrefix x86.UInt64> Char ~ Ascii]
|
||||
<Seq~<ValueDelim '\0'> Char ~ Ascii ~ Byte>
|
||||
--> <Seq~<LengthPrefix x86.UInt64> Char ~ Ascii ~ Byte>
|
||||
@lib/libmorph_length-prefix.so:src/length_prefix.c
|
||||
|
||||
morph_string_as_length_prefix_to_nullterm ()
|
||||
[~<LengthPrefix x86.UInt64> Char ~ Ascii]
|
||||
--> [~<ValueDelim '\0'> Char ~ Ascii]
|
||||
<Seq~<LengthPrefix x86.UInt64> Char ~ Ascii ~ Byte>
|
||||
--> <Seq~<ValueDelim '\0'> Char ~ Ascii ~ Byte>
|
||||
@lib/libmorph_length-prefix.so:src/length_prefix.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue