Morph for an elm/core Int
Morph
elm/core
Int
integer : MorphOrError Basics.Int Integer error_
Morph.OneToOne between a decimal representation and an Int.
Morph.OneToOne
Keep in mind that Integer -> Int can overflow since Int is fixed in bit size while Integer is not.
Integer -> Int
Integer
Inverse of Integer.Morph.int
Integer.Morph.int