comparison src/demo.sml @ 765:a28982de5645

Successfully influenced effectful-ness status of FFI func
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 11:27:26 -0400
parents 7f653298dd66
children df09c95085f8
comparison
equal deleted inserted replaced
764:7f653298dd66 765:a28982de5645
95 debug = false, 95 debug = false,
96 timeout = Int.max (#timeout combined, #timeout urp), 96 timeout = Int.max (#timeout combined, #timeout urp),
97 profile = false, 97 profile = false,
98 ffi = [], 98 ffi = [],
99 link = [], 99 link = [],
100 headers = [] 100 headers = [],
101 clientToServer = [],
102 effectful = [],
103 clientOnly = [],
104 serverOnly = [],
105 jsFuncs = []
101 } 106 }
102 107
103 val parse = Compiler.run (Compiler.transform Compiler.parseUrp "Demo parseUrp") 108 val parse = Compiler.run (Compiler.transform Compiler.parseUrp "Demo parseUrp")
104 109
105 fun capitalize "" = "" 110 fun capitalize "" = ""