All Downloads are FREE. Search and download functionalities are using the official Maven repository.

defs.any.idltest.phase.domain Maven / Gradle / Ivy

There is a newer version: 1.3.16
Show newest version
domain idltest.phase

// abc

mixin Name {
  name: str
}

mixin LengthInBytes {
  bytes: i64
}

// flow: incoming -> stored -> view

data Name_incoming {
  & Name
}

mixin Name_stored_ {
  & Name
  + LengthInBytes
}

data Name_stored {
  & Name_stored_
}

data Name_view {
  & Name
  + Name_stored_
  relatives: list[Name]
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy