(* controller.sml *) (* Copyright (C) 2007 Alley Stoughton This file is part of crypto, a cryptogram encoder/decoder. See the file COPYING.txt for copying and usage restrictions *) (* controller *) structure Controller = ControllerFunc(structure Model = Model structure View = View);