comparison src/print.sml @ 244:71bafe66dbe1

Laconic -> Ur
author Adam Chlipala <adamc@hcoop.net>
date Sun, 31 Aug 2008 08:32:18 -0400
parents bbe5899a9585
children 73456bfde988
comparison
equal deleted inserted replaced
243:2b9dfaffb008 244:71bafe66dbe1
23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 * POSSIBILITY OF SUCH DAMAGE. 25 * POSSIBILITY OF SUCH DAMAGE.
26 *) 26 *)
27 27
28 (* Pretty-printing Laconic/Web *) 28 (* Generic printing support code *)
29 29
30 structure Print :> PRINT = struct 30 structure Print :> PRINT = struct
31 31
32 structure SM = TextIOPP 32 structure SM = TextIOPP
33 structure PD = PPDescFn(SM) 33 structure PD = PPDescFn(SM)