(* model.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 *) (* a model structure based on the Data structure *) structure Model = ModelFunc(structure Data = Data);