https://github.com/charguer/ocaml
Raw File
Tip revision: a8a94b234b2afeacf06c4f43a01ef550383a84b4 authored by Alain Frisch on 20 October 2009, 06:59:25 UTC
Remove the 'let new type t in ...' syntax, replaced by 'fun (type t) -> ...'.
Tip revision: a8a94b2
ocamlmktop.tpl
#!/bin/sh
#########################################################################
#                                                                       #
#                            Objective Caml                             #
#                                                                       #
#            Damien Doligez, projet Para, INRIA Rocquencourt            #
#                                                                       #
#   Copyright 1999 Institut National de Recherche en Informatique et    #
#   en Automatique.  All rights reserved.  This file is distributed     #
#   under the terms of the Q Public License version 1.0.                #
#                                                                       #
#########################################################################

# $Id$

exec %%BINDIR%%/ocamlc -linkall toplevellib.cma "$@" topstart.cmo
back to top