packages feed

language-dickinson-0.1.0.1: test/data/adt.pretty

%-

(:def boy
  Boy : sex)

tydecl sex = Boy | Girl

(:def main
  "Hello, World!")