An element paired with an optional mass number plus a
boolean flag representing aromaticity.
If the mass number is `Nothing`, a value of this type represents
a natural mixture of isotopes.
Totality: total
Visibility: public export
Constructor: MkAI : (elem : Elem) -> Maybe MassNr -> (arom : Bool) -> {auto 0 _ : ValidAromatic elem arom} -> AromIsotope
Projections:
.arom : AromIsotope -> Bool .elem : AromIsotope -> Elem .mass : AromIsotope -> Maybe MassNr 0 .prf : ({rec:0} : AromIsotope) -> ValidAromatic (elem {rec:0}) (arom {rec:0})
Hints:
Cast AromIsotope Elem Cast Elem AromIsotope Cast AromIsotope AromElem Cast AromElem AromIsotope Cast AromIsotope Isotope Cast Isotope AromIsotope Eq AromIsotope HasMolarMass AromIsotope Show AromIsotope