From a3f5a3a95ee01e9d27933ca5c1c755ceb9dac1af Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 12 Jan 2012 20:37:39 -0500 Subject: -dumpSource flag; Especialize tweak: may specialize any argument sequence ending in a value of function-containing type --- src/rpcify.sml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/rpcify.sml') diff --git a/src/rpcify.sml b/src/rpcify.sml index 63330942..8d309a82 100644 --- a/src/rpcify.sml +++ b/src/rpcify.sml @@ -1,4 +1,4 @@ -(* Copyright (c) 2009, Adam Chlipala +(* Copyright (c) 2009, 2012, Adam Chlipala * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -93,6 +93,8 @@ fun frob file = case getApp (#1 trans, []) of NONE => (ErrorMsg.errorAt (#2 trans) "RPC code doesn't use a named function or transaction"; + (*Print.preface ("Expression", + CorePrint.p_exp CoreEnv.empty trans);*) (#1 trans, st)) | SOME (n, args) => case IM.find (tfuncs, n) of -- cgit v1.2.3