adam@1493: (* Copyright (c) 2011, Adam Chlipala adam@1493: * All rights reserved. adam@1493: * adam@1493: * Redistribution and use in source and binary forms, with or without adam@1493: * modification, are permitted provided that the following conditions are met: adam@1493: * adam@1493: * - Redistributions of source code must retain the above copyright notice, adam@1493: * this list of conditions and the following disclaimer. adam@1493: * - Redistributions in binary form must reproduce the above copyright notice, adam@1493: * this list of conditions and the following disclaimer in the documentation adam@1493: * and/or other materials provided with the distribution. adam@1493: * - The names of contributors may not be used to endorse or promote products adam@1493: * derived from this software without specific prior written permission. adam@1493: * adam@1493: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" adam@1493: * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE adam@1493: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE adam@1493: * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE adam@1493: * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR adam@1493: * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF adam@1493: * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS adam@1493: * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN adam@1493: * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) adam@1493: * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE adam@1493: * POSSIBILITY OF SUCH DAMAGE. adam@1493: *) adam@1493: adam@1493: signature TUTORIAL = sig adam@1493: adam@1493: val make : string -> unit adam@1493: adam@1493: end