annotate demo/metaform1.ur @ 1820:3c56aa6a0f55

Reduce default inlining thresholds; improve a let-substitution optimization to compensate
author Adam Chlipala <adam@chlipala.net>
date Fri, 14 Sep 2012 07:35:48 -0400
parents 6302b10dbe0e
children
rev   line source
adamc@418 1 open Metaform.Make(struct
adamc@418 2 val names = {A = "Tic", B = "Tac", C = "Toe"}
adamc@418 3 end)