module Data.ByteString;

import Anoma.Prelude open;

ByteString : Type := List Nat;

syntax alias none := nil;
Last modified on 2023-12-07 10:36 UTC