(* ast.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. * * A typed abstract-syntax tree representation of Diderot programs. *) structure AST = struct structure Ty = Types end