Idris2Doc : Chem.Isotope

Chem.Isotope

(source)

Definitions

recordIsotope : Type
  An element paired with an optional mass number.

If the mass number is `Nothing`, a value of this type represents
a natural mixture of isotopes.

Totality: total
Visibility: public export
Constructor: 
MkI : Elem->MaybeMassNr->Isotope

Projections:
.elem : Isotope->Elem
.mass : Isotope->MaybeMassNr

Hints:
CastIsotopeElem
CastElemIsotope
CastIsotopeAromElem
CastAromElemIsotope
CastAromIsotopeIsotope
CastIsotopeAromIsotope
EqIsotope
HasMolarMassIsotope
ShowIsotope
.elem : Isotope->Elem
Totality: total
Visibility: public export
elem : Isotope->Elem
Totality: total
Visibility: public export
.mass : Isotope->MaybeMassNr
Totality: total
Visibility: public export
mass : Isotope->MaybeMassNr
Totality: total
Visibility: public export
recordAromIsotope : Type
  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) ->MaybeMassNr-> (arom : Bool) -> {auto0_ : ValidAromaticelemarom} ->AromIsotope

Projections:
.arom : AromIsotope->Bool
.elem : AromIsotope->Elem
.mass : AromIsotope->MaybeMassNr
0.prf : ({rec:0} : AromIsotope) ->ValidAromatic (elem{rec:0}) (arom{rec:0})

Hints:
CastAromIsotopeElem
CastElemAromIsotope
CastAromIsotopeAromElem
CastAromElemAromIsotope
CastAromIsotopeIsotope
CastIsotopeAromIsotope
EqAromIsotope
HasMolarMassAromIsotope
ShowAromIsotope
.elem : AromIsotope->Elem
Totality: total
Visibility: public export
elem : AromIsotope->Elem
Totality: total
Visibility: public export
.mass : AromIsotope->MaybeMassNr
Totality: total
Visibility: public export
mass : AromIsotope->MaybeMassNr
Totality: total
Visibility: public export
.arom : AromIsotope->Bool
Totality: total
Visibility: public export
arom : AromIsotope->Bool
Totality: total
Visibility: public export
0.prf : ({rec:0} : AromIsotope) ->ValidAromatic (elem{rec:0}) (arom{rec:0})
Totality: total
Visibility: public export
0prf : ({rec:0} : AromIsotope) ->ValidAromatic (elem{rec:0}) (arom{rec:0})
Totality: total
Visibility: public export