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

defs.main-tests.source.idltest.phase.domain Maven / Gradle / Ivy

The 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