pub type Codon { Codon(str: String) }
Codon(str: String)
pub fn alternates( codon codon: Codon, exclude exclude: List(String), ) -> List(String)