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

com.io7m.smfj.specification.schema-id.hs Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
data SchemaIdentifier = SchemaIdentifier {
  schema_id            :: String,
  schema_version_major :: Word32,
  schema_version_minor :: Word32
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy