summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2010-03-19 03:42:58 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2010-03-19 03:42:58 +0000
commit04b328aa9d4b94437342507106f3dca33260204c (patch)
treeccd9d5b0ac27f38acd4d0164719adff4cbd29deb
parent258d2403efb65f92c261ced58ce1be342c68c340 (diff)
downloadocaml-04b328aa9d4b94437342507106f3dca33260204c.tar.gz
source
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/sigsubst@10205 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--testlabl/els.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/testlabl/els.ml b/testlabl/els.ml
index 6b12197322..fdd292d627 100644
--- a/testlabl/els.ml
+++ b/testlabl/els.ml
@@ -1,3 +1,6 @@
+(* Adapted from: An Expressive Language of Signatures
+ by Norman Ramsey, Kathleen Fisher and Paul Govereau *)
+
module type VALUE = sig
type value (* a Lua value *)
type state (* the state of a Lua interpreter *)