module Bake::Type::Integer

def self.parse(input)

def self.parse(input)
	Integer(input)
end