Opened 17 years ago

Closed 17 years ago

#39 closed defect (fixed)

format of examples

Reported by: Stephen Siegel Owned by: zirkel
Priority: major Milestone:
Component: examples Version: 1.0
Keywords: format Cc:

Description

  1. Examples should have meaningful names based on name of containing directory---many are still just called "spec.mmp" and "impl.mmp".
  1. put left curly brace on same line as function, i.e. main() {

not

main()
{

counting example is one case where this is not right.

  1. fatorialSpec has braces on new lines too. Please fix this and other examples where this issue occurs.

Change History (2)

comment:1 by zirkel, 17 years ago

Status: newaccepted

comment:2 by zirkel, 17 years ago

Resolution: fixed
Status: acceptedclosed

I think these are all fixed, along with other formatting issues. One exception is laplace, because it isn't finished yet.

Note: See TracTickets for help on using tickets.