packages feed

haltavista-0.1: HaltaVista/Types.hs

module HaltaVista.Types where

type Input  = String
type Output = String
type Answer = (String, String)
type Type   = String