morphism base: remove syntax sugar for Seq for now

This commit is contained in:
Michael Sippel 2025-02-03 17:52:36 +01:00
parent 8e0ac3cbbc
commit e544b82a4c
Signed by: senvas
GPG key ID: F96CF119C34B64A6
2 changed files with 10 additions and 10 deletions
morphisms/morphism-base

View file

@ -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