summaryrefslogtreecommitdiff
path: root/tests/fromStringErr.ur
blob: dcc25783187966f41d6701bf41fba8b28689961f (plain)
1
2
3
4
5
fun main () : transaction page = return <html><body>
        3 = {cdata (show _ (readError _ "3" : int))}<br/>
        12.12 = {cdata (show _ (readError _ "12.12" : float))}<br/>
        True = {cdata (show _ (readError _ "True" : bool))}<br/>
</body></html>