home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / faqs / comp / answers / larch-faq < prev    next >
Internet Message Format  |  1997-10-26  |  202KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!howland.erols.net!newsxfer3.itd.umich.edu!newsrelay.iastate.edu!news.iastate.edu!leavens
  2. From: leavens@cs.iastate.edu (Gary T. Leavens)
  3. Newsgroups: comp.specification.larch,comp.answers,news.answers
  4. Subject: Larch Frequently Asked Questions (comp.specification.larch FAQ)
  5. Supersedes: <larch-faq-1-875222163@cs.iastate.edu>
  6. Followup-To: comp.specification.larch
  7. Date: 25 Oct 1997 21:16:27 GMT
  8. Organization: Department of Computer Science, Iowa State University
  9. Lines: 4161
  10. Approved: news-answers-request@MIT.EDU
  11. Distribution: world
  12. Expires: 11/29/97 15:16:03
  13. Message-ID: <larch-faq-1-877814163@cs.iastate.edu>
  14. Reply-To: leavens@cs.iastate.edu (Gary T. Leavens)
  15. NNTP-Posting-Host: larch.cs.iastate.edu
  16. Summary: Background on the Larch family of languages,
  17.          including references to where more information can be found.
  18. Keywords: Larch, LSL, LP, BISL, specification, FAQ
  19. X-Content-Currency: This FAQ changes regularly.  When a saved or printed copy
  20.    is over 6 months old, obtain a new one as described in the introduction.
  21. Xref: senator-bedfellow.mit.edu comp.specification.larch:438 comp.answers:28671 news.answers:115330
  22.  
  23. Posted-By: auto-faq 3.2.1.4
  24. Archive-name: larch-faq
  25. Posting-Frequency: monthly
  26. Version: 1.88
  27. URL: http://www.cs.iastate.edu/~leavens/larch-faq.html
  28. Copyright: (c) 1995, 1996, 1997 Gary T. Leavens
  29. Maintainer: Gary T. Leavens and Matt Markland <larch-faq@cs.iastate.edu>
  30.  
  31. This FAQ is copyright (C) 1997 Gary T. Leavens.
  32.  
  33. Permission is granted for you to make copies of this FAQ for educational and
  34. scholarly purposes, and for commercial use in specifying software, but the
  35. copies may not be sold or otherwise used for direct commercial advantage;
  36. permission is also granted to make this document available for file
  37. transfers from machines offering unrestricted anonymous file transfer access
  38. on the Internet; these permissions are granted provided that this copyright
  39. and permission notice is preserved on all copies. All other rights reserved.
  40.  
  41. ----------------------------------------------------------------------------
  42.  
  43. Larch Frequently Asked Questions
  44.  
  45. $Revision: 1.88 $
  46.  
  47. 20 October 1997
  48.  
  49. by Gary T. Leavens
  50.  
  51. ------------------------------------------------------------------------
  52.  
  53. Table of Contents
  54.  
  55.    * Introduction
  56.    * Acknowledgements
  57.    * 1 Larch and the Larch Family of Languages
  58.         o 1.1 What is Larch? What is the Larch family of specification
  59.           languages?
  60.         o 1.2 Why does Larch have two tiers?
  61.         o 1.3 What is the difference between LSL and a Larch BISL?
  62.         o 1.4 How does Larch compare to other specification languages?
  63.              + 1.4.1 How does Larch compare to VDM-SL?
  64.              + 1.4.2 How does Larch compare to Z?
  65.              + 1.4.3 How does Larch compare to COLD-K?
  66.         o 1.5 What is the history of the Larch project?
  67.         o 1.6 What is the origin of the name Larch?
  68.         o 1.7 Where can I get more information on Larch and Larch languages?
  69.         o 1.8 Is there an object-oriented extension to Larch?
  70.         o 1.9 What is the use of formal specification and formal methods?
  71.    * 2 The Larch Shared Language (LSL)
  72.         o 2.1 What is the Larch Shared Language (LSL)?
  73.         o 2.2 Where can I find information on-line about LSL?
  74.         o 2.3 Where can I get a checker for LSL?
  75.         o 2.4 Do you have a good makefile to use with the LSL checker?
  76.         o 2.5 What is a sort?
  77.         o 2.6 What is the purpose of an LSL trait? What is a trait used for?
  78.         o 2.7 What are the sections of an LSL trait?
  79.         o 2.8 What is the difference between assumes and includes?
  80.         o 2.9 How and when should I use a partitioned by clause?
  81.         o 2.10 How and when should I use a generated by clause?
  82.         o 2.11 When should I use an implies section?
  83.         o 2.12 How and when should I use a converts clause?
  84.         o 2.13 How and when should I use an exempting clause?
  85.              + 2.13.1 Does exempting some term make it undefined?
  86.              + 2.13.2 How can I exempt only terms that satisfy some
  87.                condition?
  88.         o 2.14 What is the meaning of an LSL specification?
  89.         o 2.15 How does LSL handle undefined terms?
  90.         o 2.16 Is there support for partial specifications in LSL?
  91.              + 2.16.1 Can I specify a partial function in LSL?
  92.              + 2.16.2 Do I have to specify everything completely in LSL?
  93.         o 2.17 Can I define operators using recursion?
  94.         o 2.18 What pitfalls are there for LSL specifiers?
  95.         o 2.19 Can you give me some tips for specifying things with LSL?
  96.         o 2.20 How do I know when my trait is abstract enough?
  97.         o 2.21 Is there a way to write a trait that will guarantee
  98.           consistency?
  99.         o 2.22 Do I have to write all the traits I am going to use from
  100.           scratch?
  101.         o 2.23 Where can I find handbooks of LSL traits?
  102.         o 2.24 How do I write logical quantifiers within an LSL term?
  103.         o 2.25 Where can I find LaTeX or TeX macros for LSL?
  104.         o 2.26 How do I write some of those funny symbols in the Handbook in
  105.           my trait?
  106.         o 2.27 Is there a literate programming tool for use with LSL?
  107.         o 2.28 Is there a tool for converting LSL to hypertext for the web?
  108.    * 3 The Larch Prover (LP)
  109.         o 3.1 What is the Larch Prover (LP)?
  110.         o 3.2 What kind of examples have already been treated by LP?
  111.         o 3.3 How does LP compare with other theorem provers?
  112.         o 3.4 Where can I get an implementation of LP?
  113.         o 3.5 Is there a command reference or list of LP commands?
  114.         o 3.6 Can I change the erase character in LP?
  115.         o 3.7 How do I interrupt LP?
  116.         o 3.8 Do I need to use LSL if I use LP?
  117.         o 3.9 Do I need to use LP if I use LSL?
  118.         o 3.10 How do I use LP to check my LSL traits?
  119.         o 3.11 What is the use of each kind of file generated by the LSL
  120.           checker?
  121.         o 3.12 If LP stops working on my input is it all correct?
  122.         o 3.13 How do I find out where I am in my proof?
  123.         o 3.14 What proof techniques does LP attempt automatically?
  124.         o 3.15 Can you give me some tips on proving things with LP?
  125.         o 3.16 What pitfalls are there for LP users?
  126.         o 3.17 How do I prove that my theory is consistent with LP?
  127.         o 3.18 How can I backtrack if I made a mistake in my proof?
  128.         o 3.19 How do I prove something like 0 <= 2 in LP?
  129.         o 3.20 How can I develop a proof that I can replay later?
  130.         o 3.21 Do I have to reprove everything in an included trait?
  131.         o 3.22 Does LP use assertions in the implies section of an included
  132.           trait?
  133.    * 4 Behavioral Interface Specification Languages (BISLs)
  134.         o 4.1 What is a behavioral interface specification language (BISL)?
  135.         o 4.2 Where can I get a BISL for my favorite programming language?
  136.         o 4.3 Do I need to write an LSL trait to specify something in a
  137.           BISL?
  138.         o 4.4 What is an abstract value?
  139.         o 4.5 What do mutable and immutable mean?
  140.         o 4.6 If I specify an ADT in a BISL do I prove it is the same as the
  141.           trait?
  142.         o 4.7 What does requires mean?
  143.         o 4.8 What does ensures mean?
  144.         o 4.9 What does modifies mean?
  145.         o 4.10 What does trashes mean?
  146.         o 4.11 What does claims mean?
  147.         o 4.12 What is the meaning of a specification written in a BISL?
  148.         o 4.13 How do I specify something that is finite or partial?
  149.         o 4.14 How do I specify errors or error-checking?
  150.         o 4.15 How do I specify that all the values of a type satisfy some
  151.           property?
  152.         o 4.16 What pitfalls are there for BISL specifiers?
  153.         o 4.17 Can you give me some tips for specifying things in a BISL?
  154.    * A Bibliography
  155.    * Footnotes
  156.  
  157. ------------------------------------------------------------------------
  158.  
  159. Introduction
  160.  
  161. This document is a draft of a list of frequently asked questions (FAQ) and
  162. their answers for the Larch family of specification languages. It is
  163. intended to be useful to those who are new to Larch, especially to students
  164. and others trying to understand and apply Larch. However, there is some
  165. material that is also intended for experts in other formal methods who would
  166. like to learn more about Larch. If you find something that seems too
  167. technical, please skip a bit, perhaps to another question.
  168.  
  169. We are looking for more contributions of questions and answers, as well as
  170. corrections and additions to the answers given. Please send e-mail to us at
  171. larch-faq@cs.iastate.edu. We will welcome and acknowledge any help you may
  172. give.
  173.  
  174. Bibliographic references are described at the end of this document (see
  175. section A Bibliography). They look like "[Wing83]", which give the names of
  176. up to 3 authors, and an abbreviated year of publication.
  177.  
  178. This FAQ is accessible on the WWW in the following URL.
  179.  
  180.    http://www.cs.iastate.edu/~leavens/larch-faq.html
  181.  
  182. HTML, plain text, postscript, and GNU info format versions are also
  183. available by anonymous ftp at the following URLs.
  184.  
  185.    ftp://ftp.cs.iastate.edu/pub/larch/larch-faq.html
  186.    ftp://ftp.cs.iastate.edu/pub/larch/larch-faq.txt.gz
  187.    ftp://ftp.cs.iastate.edu/pub/larch/larch-faq.ps.gz
  188.    ftp://ftp.cs.iastate.edu/pub/larch/larch-faq.info.tar.gz
  189.  
  190.  
  191.  
  192. This FAQ is provided as is without any express or implied warranties. While
  193. every effort has been taken to ensure the accuracy of its information, the
  194. author and maintainers assume no responsibility for errors or omissions, or
  195. for damages resulting from the use of the information contained herein.
  196.  
  197. Acknowledgements
  198.  
  199. This work was partially funded by (US) National Science Foundation, under
  200. grant CCR-9503168.
  201.  
  202. Thanks to Matt Markland who provided the initial impetus for getting this
  203. FAQ started, who helped make up the initial list of questions, and who has
  204. helped edit and maintain it.
  205.  
  206. Many thanks to John Guttag, Jim Horning, Jeannette Wing, and Steve Garland
  207. for creating the Larch approach and its tools, and for their patient
  208. teaching of its ideas through their writing, personal contact, and many
  209. e-mail messages.
  210.  
  211. Thanks to Perry Alexander, Al Baker, Eric Eide, Jim Horning, Ursula Martin,
  212. Bertrand Meyer, Clyde Ruby, and Jeannette Wing for general comments and
  213. corrections to this FAQ. Thanks to Steve Garland and Jim Horning for help
  214. with answers. Thanks to Pierre Lescanne, Kishore Dhara, Teo Rus,
  215. Sathiyanarayanan Vijayaraghavan, and Narayanan Sridhar for suggesting
  216. questions.
  217.  
  218. 1 Larch and the Larch Family of Languages
  219.  
  220. In this chapter, we discuss global questions about Larch.
  221.  
  222.    * What is Larch?
  223.    * Why does Larch have two tiers?
  224.    * What is the difference between LSL and a Larch BISL?
  225.    * How does Larch compare to other specification languages?
  226.    * What is the history of the Larch project?
  227.    * What is the origin of the name Larch?
  228.    * Where can I get more information on Larch and Larch languages?
  229.    * Is there an object-oriented extension to Larch?
  230.    * What is the use of formal specification and formal methods?
  231.  
  232. 1.1 What is Larch? What is the Larch family of specification languages?
  233.  
  234. Larch [Guttag-Horning93] may be thought of as an approach to formal
  235. specification of program modules. This approach is an extension of Hoare's
  236. ideas for program specification [Hoare69] [Hoare72a]. Its distinguishing
  237. feature is that it uses two "tiers" (or layers) [Wing83]. The top tier is a
  238. behavioral interface specification language (BISL), tailored to a specific
  239. programming language. Such BISLs typically use pre- and postcondition
  240. specifications to specify software modules. The bottom tier is the Larch
  241. Shared Language (LSL, see [Guttag-Horning93], Chapter 4), which is used to
  242. describe the mathematical vocabulary used in the pre- and postcondition
  243. specifications. The idea is LSL specifies a domain model, some mathematical
  244. vocabulary, and the BISL specifies both the interface and the behavior of
  245. program modules. See section 1.2 Why does Larch have two tiers?, for more of
  246. the reasons for this separation.
  247.  
  248. The Larch family of specification languages [Guttag-Horning-Wing85b]
  249. consists of all the BISLs that use LSL for specification of mathematical
  250. vocabulary. Published BISLs with easily accessible references include:
  251.  
  252.    * Larch/CLU [Wing83] [Wing87], for CLU,
  253.    * Larch/Ada [Guaspari-Marceau-Polak90] [ORA94], for Ada,
  254.    * LCL [Guttag-Horning93] Chapter 5 and [Tan94] [Evans96b], for ANSI C,
  255.    * LM3 [Guttag-Horning93] Chapter 6 and [Jones91] [Jones93], for Modula-3,
  256.    * Larch/Smalltalk [Cheon-Leavens94] [Cheon-Leavens94b], for Smalltalk-80,
  257.    * Larch/C++ [Leavens97] [Leavens96b], for C++, and
  258.    * Larch/ML [Wing-Rollins-Zaremski93], for Standard ML,
  259.    * VSPEC [Baraona-Penix-Alexander95] [Baraona-Alexander96]
  260.      [Baraona-Alexander-Wilsey96], for VHDL.
  261.  
  262. There are also some BISLs whose documentation is not as easy to come by:
  263. Larch/Generic [Chen89], GCIL (which stands for Generic Concurrent Interface
  264. specification Language [Lerner91]), and Larch/CORBA (a BISL for CORBA IDL
  265. [Sivaprasad95]).
  266.  
  267. Typically, each BISL uses the declaration syntax of the programming language
  268. for which it is tailored (e.g., C for LCL, Modula-3 for LM3), and adds
  269. annotations to specify behavior. These annotations typically consist of pre-
  270. and postconditions (often using the keywords requires and ensures), some way
  271. to state a frame axiom (often using the keyword modifies), and some way to
  272. indicate what LSL traits are used to provide the mathematical vocabulary.
  273. See section 4 Behavioral Interface Specification Languages (BISLs), for more
  274. details.
  275.  
  276. 1.2 Why does Larch have two tiers?
  277.  
  278. The two "tiers" used in the Larch family of specification languages are LSL,
  279. which is called the bottom tier, and a behavioral interface specification
  280. language (a BISL), which is called the top tier.
  281.  
  282. This specification of program modules using two "tiers" is a deliberate
  283. design decision (see [Wing83] and [Guttag-Horning93], Chapter 3). It is
  284. similar to the way that VDM [Jones90] is typically used (one specifies a
  285. model and some auxiliary functions, in a way similar to LSL, and then one
  286. uses that vocabulary to specify the operations that are to be implemented in
  287. some programming language.) However, VDM does not have a family of BISLs
  288. that are tailored to specific programming languages. Only the Larch family,
  289. and the RESOLVE family [Edwards-etal94], have specification languages
  290. tailored to specific programming languages. (See section 1.4 How does Larch
  291. compare to other specification languages?, for more comparisons.)
  292.  
  293. What are the advantages of using the Larch two-tiered approach?
  294.  
  295.    * Having different BISLs tailored to each programming language allows
  296.      each BISL to specify all the details of a program module's interface
  297.      (how to call it) and behavior (what it does). If one has a generic
  298.      interface specification language, such as VDM-SL [Jones90]
  299.      [Andrews-etal93], then one cannot specify all interface details.
  300.    * The division into two tiers allows the language used for each tier to
  301.      be more carefully designed and expressive. For example, although it is
  302.      possible to deal with finiteness, partiality, exceptional behavior,
  303.      aliasing, mutation, and side-effects in mathematics, dealing with such
  304.      issues requires using more apparatus than just mathematical functions.
  305.      (One might use, for example, the techniques of denotational semantics
  306.      [Schmidt86].) Since such additional apparatus does not fit well with an
  307.      algebraic style of specification, these issues are thus typically
  308.      ignored in LSL specifications. By ignoring these issues, LSL
  309.      specifiations can deal with potentially infinite, pure values, and
  310.      total functions, in a stateless setting. On the other hand, while pre-
  311.      and postcondition specifications are good for the specification of
  312.      finiteness, partiality, exceptions, aliasing, mutation, and
  313.      side-effects, they are not well adapted to the specification of
  314.      mathematical vocabulary. Thus each tier uses techniques that are most
  315.      appropriate to its particular task.
  316.    * The division into two tiers allows the underlying logic to be
  317.      classical. That is, because one is not specifying recursive programs in
  318.      LSL, there is no need for a specialized logic that deals with partial
  319.      functions; instead, LSL can use total functions and classical logic
  320.      [Leavens-Wing97].
  321.    * The domain models described in LSL can be shared among many different
  322.      BISLs, so the effort that goes into constructing such models is not
  323.      limited to just one BISL [Wing83].
  324.  
  325. One could imagine using some other language besides LSL for the bottom tier
  326. and still getting these advantages. This is done, for example, in RESOLVE
  327. [Edwards-etal94]. Chalin [Chalin95] has suggested that Z [Hayes93]
  328. [Spivey92] could also serve for the bottom tier, but one would probably want
  329. to use a subset of Z without state and the specification of side-effects for
  330. that.
  331.  
  332. The major disadvantage of the tailoring of each BISL to a specific
  333. programming language is that each BISL has its own syntax and semantics, and
  334. thus requires its own tool support, manuals, etc.
  335.  
  336. (Parts of the following paragraph are adapted from a personal communication
  337. from Horning of November 29, 1996.)
  338.  
  339. Something that might seem to be a disadvantage of the Larch approach is that
  340. one sometimes finds oneself writing out a very similar specifications in
  341. both LSL and a BISL. Isn't that a waste of effort? It may seem like that,
  342. but one has to realize that one is doing two different things, and thus the
  343. two similar specifications cannot really be the same. What may happen is
  344. that one writes similar declarations on the two levels, with parallel sets
  345. of operators and procedures. For example, one might specify LSL operators
  346. empty, push, pop, top for stacks, and then specify in a BISL procedures
  347. Empty, Push, Pop, and Top. While the BISL procedure specification will use
  348. the LSL operators in their pre- and postconditions, there will probably be
  349. significant differences in their signatures. For example, the procedure Push
  350. may have a side-effect, rather than returning a new stack value as would the
  351. push operator in the trait. If you find yourself repeating the axioms from
  352. an LSL trait in a BISL specificaton, then you're probably making a mistake.
  353.  
  354. It is also difficult to extract a simple mathematical vocabulary (like the
  355. total functions of LSL) from a BISL specification. This is because the
  356. semantics of program modules tends to be complex, Thus a BISL specification
  357. is not an appropriate vehicle for the specification of mathematical
  358. vocabulary.
  359.  
  360. See section 1.3 What is the difference between LSL and a Larch BISL?, for
  361. more discussion on this point.
  362.  
  363. 1.3 What is the difference between LSL and a Larch BISL?
  364.  
  365. The main difference between LSL and a Larch BISL is that in LSL one
  366. specifies mathematical theories of the operators that are used in the pre-
  367. and postcondition specifications of a Larch BISL. Thus LSL is used to
  368. specify mathematical models and auxiliary functions, and the a Larch BISL is
  369. used to specify program modules that are to be implemented in some
  370. particular programming language.
  371.  
  372. The following summary, provided by Horning (private communication, October
  373. 1995), contrasts LSL and a Larch BISL.
  374.  
  375.   A BISL specifies (not LSL)        LSL specifies (not a BISL)
  376.   ---------------------------       ---------------------------
  377.   State                             Theory definition
  378.     storage allocation              Theory operations
  379.     aliasing, side-effects            inclusion, assumption,
  380.   Control                              implication, parameterization
  381.     errors, exception handling,     Operator definitions
  382.     partiality, pre-conditions,     Facilities for libraries, reuse
  383.     concurrency
  384.   Programming language constructs
  385.     type system, parameter modes,
  386.     special syntax and notations
  387.   Implementation
  388.     (no LSL operators are
  389.      implemented)
  390.  
  391. Horning's summary is that a BISL handles "all the messy, boring stuff",
  392. while LSL handles "all the subtle, hard stuff", and thus the features in the
  393. two tiers do not overlap much. However, that summary is from the
  394. point-of-view of a designer of LSL. From the point of view of a user of a
  395. Larch BISL, the BISL is where you specify what is to be implemented, and LSL
  396. is where you do "domain modeling".
  397.  
  398. See [Lamport89] [Guttag-Horning93], Chapter 3, for more about the role of
  399. interface specification, and the separation into two tiers.
  400.  
  401. 1.4 How does Larch compare to other specification languages?
  402.  
  403. First, a more precise comparison is needed, because Larch is not a single
  404. language, but a family of languages (see above). Another problem with this
  405. comparison is that Larch has two tiers, but VDM-SL [Jones90], Z [Hayes93]
  406. [Spivey92], and COLD-K [Feijs-Jonkers92] are all integrated languages, which
  407. mix aspects of both of the tiers of the Larch family. Thus we will compare
  408. some aspects of VDM-SL and Z to LSL and other aspects to BISLs in the Larch
  409. family (such as LCL or LM3 [Guttag-Horning93], Chapters 5 and 6).
  410.  
  411. (The comparisons below tend to be a bit technical; if you are not familiar
  412. with specification and verification, you might want to skip to another
  413. question.)
  414.  
  415. An excellent resource for comparison of LSL to other algebraic specification
  416. languages is [Mosses96]. Also a comparison of Larch with RESOLVE
  417. [Edwards-etal94] is found in [Sitaraman-Welch-Harms93].
  418.  
  419.    * How does Larch compare to VDM-SL?
  420.    * How does Larch compare to Z?
  421.    * How does Larch compare to COLD-K?
  422.  
  423. 1.4.1 How does Larch compare to VDM-SL?
  424.  
  425. By VDM, one means, of course, the specification language VDM-SL [Jones90]
  426. [Andrews-etal93]. In comparison with LSL, in VDM-SL one can specify
  427. mathematical values (models) using constructs similar to those in
  428. denotational semantics and typed, functional programming languages. That is,
  429. one can declare types of records, tagged unions, sets, maps and so on, and
  430. one can specify mathematical functions on such values, either in a
  431. functional style, or by the use of pre- and postcondition specifications.
  432. For example, one might write the following in VDM-SL to define a phone book.
  433.  
  434.   -- This is a VDM-SL model and auxiliary function specification
  435.  
  436.   PhoneBook = map Id to (Info | HIDDEN)
  437.   Info :: number : seq of Digit
  438.           address : Address
  439.  
  440.   listed : PhoneBook * Id -> bool
  441.   listed(pb, id) == id in set dom pb
  442.  
  443. In the above example, several ASCII approximations to the printed form of
  444. VDM-SL notation are used (e.g., * is an approximation to the glyph for a
  445. cross product, and == is used instead of the definition symbol in the
  446. definition of listed, etc.; see Section 10 of [Andrews-etal93]). The type
  447. PhoneBook is a map to a tagged union type. The type Info is a record type.
  448. The auxiliary function listed is given in a mathematical form, similar to
  449. LSL.
  450.  
  451. In LSL one can use standard traits (for example, those in Guttag and
  452. Horning's handbook [Guttag-Horning93], Appendix A) and the LSL shorthands
  453. tuple and union (see Section 4.8 of [Guttag-Horning93]) to translate VDM-SL
  454. specifications of mathematical values into LSL. For example, the following
  455. is an approximation to the above VDM-SL specification.
  456.  
  457. % This is LSL
  458.  
  459. PhoneBookTrait : trait
  460.   includes Sequence(Digit, Number),
  461.            FiniteMap(PhoneBook, Id, InfoOrHIDDEN)
  462.   Info tuple of number : Number, address : Address
  463.   InfoOrHidden union of left : Info, right : HIDDEN
  464.   introduces
  465.     listed : PhoneBook, Id -> Bool
  466.   asserts
  467.     \forall pb: PhoneBook, id: Id
  468.       listed(pb, id) = defined(pb, id);
  469.  
  470. However, VDM-SL does not have the equivalent of LSL's equational
  471. specification constructs, and thus it is more difficult in VDM-SL to specify
  472. a mathematical vocabulary at the same level of abstraction. That is, there
  473. is no provision for algebraic specification in VDM-SL.
  474.  
  475. Because VDM-SL has a component that is like a programming language, and
  476. because it allows recursive definitions, the logic used in VDM-SL is a
  477. three-valued logic instead of the classical, two-valued logic of LSL. This
  478. may make reasoning about VDM-SL specifications relatively more difficult
  479. than reasoning about LSL specifications.
  480.  
  481. In comparison to Larch family BISLs, the first thing to note is that VDM-SL
  482. is not a BISL itself, as it is not tailored to the specification of
  483. interfaces for some particular programming language. This is evident in the
  484. following example, which continues the above VDM-SL phonebook specification.
  485.  
  486.   -- The following is a VDM-SL operation specification
  487.  
  488.   LOOKUP(pb: PhoneBook, id: Id) i: Info
  489.     pre listed(pb, id)
  490.    post i = pb(id)
  491.  
  492. In the above VDM-SL specification, it is evident that one can define some
  493. generic interface information (parameters, information about their abstract
  494. values, etc.). The pre- and postcondition format of such specifications has
  495. been adopted by most Larch family BISLs. Framing for procedure
  496. specifications in VDM-SL is done by declaring external variables, and noting
  497. which are readable and writable by a procedure; these two classes of
  498. variables are respectively defined by external declarations (in LCL and
  499. Larch/C++), and by the modifies clause. Because VDM-SL is generic, it
  500. cannot, by itself, specify language-specific interface details, such as
  501. pointers, exception handling, etc. However, an advantage of VDM-SL is that
  502. it has better tool support than most BISLs in the Larch family.
  503.  
  504. 1.4.2 How does Larch compare to Z?
  505.  
  506. Like VDM-SL, Z [Hayes93] [Spivey92] (pronounced "zed") is a specification
  507. language that allows both the specification of mathematical values and
  508. program modules.
  509.  
  510. Like LSL, Z allows the definition of mathematical operators equationally
  511. (see [Spivey92], section 3.2.2). A Z schema is roughly comparable to an LSL
  512. trait. The main difference between Z and LSL is that in Z specifications can
  513. include state variables. That is, a Z schema can specify variables, or a
  514. procedure with side effects on such variables. In this respect a Z schema
  515. can act much like a Larch family BISL, since, unlike LSL, it is not
  516. restricted to the specification of mathematical constants and mathematical
  517. functions.
  518.  
  519. By concentrating on the features of Z that do not involve state variables,
  520. one can more closely compare Z and LSL. We do this for the next several
  521. paragraphs below.
  522.  
  523. The Z schema calculus (see [Spivey92], section 3.8) allows one to apply to
  524. schemas: most logical connectives, quantification, name hiding, and
  525. pipelining. (One can also use sequential composition between schemas that
  526. specify side-effects.) The schema calculus is thus more expressive than the
  527. LSL mechanisms: includes and assumes. However, in LSL one can effectively
  528. conjoin traits by including them all to make a new trait.
  529.  
  530. It is possible in Z to write schemas that describe constants and
  531. mathematical functions only. However, many purely mathematical Z schemas
  532. describe something more like an instance of an LSL tuple. This is done in Z
  533. by giving several variable declarations. For example, consider the following
  534. Z schema (in which Z stands for the integers).
  535.  
  536.   --Z_rational----------------------------------
  537.   | num, den: Z
  538.   ---------------------------------------------
  539.  
  540. The above is semantically similar to the LSL trait LSL_rational given below.
  541.  
  542. LSL_rational: trait
  543.   includes Integer
  544.   introduces
  545.     num: -> Int
  546.     den: -> Int
  547.  
  548. However, in Z usage, the schema Z_rational is likely to be useful, whereas
  549. in LSL one would typically write a trait such as the following, which
  550. specifies a type (called a sort in LSL) of rational numbers.
  551.  
  552. LSL_rational_sort: trait
  553.   includes Integer
  554.   rational tuple of num: Int, den: Int
  555.  
  556. The above is semantically similar to a Z schema that defines rational as the
  557. Cartesian product of Z and Z, and specifies the constructors and observers
  558. of the LSL shorthand (see [Guttag-Horning93], Figure 4.10). This is a
  559. difference in usage, not in expressiveness, however.
  560.  
  561. Z and LSL both have comparable built-in notations for describing abstract
  562. values. Z has basic types (the integers, booleans, etc.) and more type
  563. constructors (sets, Cartesian products, schemas, and free types). A "free
  564. type" in Z (see [Spivey92], Section 3.10) is similar to an LSL union type,
  565. but Z allows direct recursion. Z also has a mathematical tool-kit (see
  566. [Spivey92], Chapter 4) which specifies: relations, partial and total
  567. functions, sequences, and bags, and a large number of operation symbols and
  568. mathematical functions defined on these types. This tool-kit is roughly
  569. comparable to Guttag and Horning's handbook (see [Guttag-Horning93],
  570. Appendix A), although it tends to make heavier use of symbols (like "+")
  571. instead of named functions (like "plus"). (This use of symbols in Z has been
  572. found to be a problem with the understandability of Z specifications
  573. [Finney96]. However, the readability of Z is improved by the standard
  574. conventions for mixing informal commentary with the formal notation.)
  575.  
  576. LSL and Z both use classical logic, and the underspecification approach to
  577. the specification of partiality, in contrast to VDM-SL. Z does not have any
  578. way of stating the equivalent of an LSL partitioned by or generated by
  579. clause.
  580.  
  581. See [Baumeister96] for an extended Z example (the birthday book of
  582. [Spivey92]) worked in LSL.
  583.  
  584. Compared to a Larch family BISL, Z, like VDM-SL is generic, and thus is not
  585. able to specify the interface details of a particular programming language.
  586.  
  587. An interesting semantic difference between Z and a typical Larch-family BISL
  588. (and VDM-SL) is that Z does not have true preconditions (see [Jackson95],
  589. Sections 7.2 and 8.1); instead, Z has guards (enabling conditions, which are
  590. somewhat like the when clauses of GCIL [Lerner91]). Thus Z may be a better
  591. match to the task of defining finite state machines; the use of enabling
  592. conditions also (as Jackson points out) allows different views of
  593. specifications to be combined. Aside from the Larch BISLs like GCIL that
  594. have support for concurrency, most Larch family BISLs have preconditions
  595. which are "disclaimers". Because of this difference, and the Z schema
  596. calculus, it is much easier to combine Z specifications than it is to
  597. combine specifications in a Larch BISL.
  598.  
  599. A related point of usage difference is the frequency of the use of
  600. invariants in Z (Spivey calls these "constraints"; see [Spivey92], section
  601. 3.2.2). Because in Z one often specifies schemas with state variables, it
  602. makes sense to constrain such variables in various ways. In Z, a common
  603. idiom is to conjoin two schemas, in which case the invariants of each apply
  604. in the conjoined schema. A typical Larch family BISL has no provision for
  605. such conjunction, although object-oriented BISLs (such as Larch/C++) do get
  606. some mileage out of conjunction when subtypes are specified.
  607.  
  608. Because Z does not distinguish operation specifications from auxiliary
  609. function specifications, it does not have a separation into tiers. So in Z
  610. one can use operations previously specified to specify other operations.
  611.  
  612. 1.4.3 How does Larch compare to COLD-K?
  613.  
  614. Like Larch, COLD-K [Feijs-Jonkers92] makes more of a separation into
  615. mathematical and interface specifications, although all are part of the same
  616. language. The part of COLD-K comparable to LSL is its algebraic
  617. specifications (see [Feijs-Jonkers92], Chapters 2 and 3). In contrast to
  618. LSL, COLD-K does not use classical logic, and can specify partial functions.
  619. All COLD-K types have an "undefined" element, except the type of the
  620. Booleans. The logic in COLD-K has a definedness predicate that allows one to
  621. specify that some term must be undefined, for example; such a specification
  622. is not directly supported by LSL. A feature of COLD-K not found in LSL is
  623. the ability to hide names (see [Feijs-Jonkers92], Section 3.3); that is to
  624. only export certain names from a COLD-K scheme. Both COLD-K and LSL have
  625. mechanisms for importing and renaming.
  626.  
  627. Compared to a Larch family BISL, COLD-K is often more expressive, because it
  628. uses dynamic logic as its fundamental semantics (see [Feijs-Jonkers92],
  629. Section 5.9). In COLD-K one can also write algorithmic descriptions, and can
  630. mix algebraic, algorithmic, and dynamic logic specifications. COLD-K has
  631. relatively more sophisticated mechanisms for framing (see [Feijs-Jonkers92],
  632. p. 126, and [Jonkers91]) than most Larch family BISLs (see section 4.9 What
  633. does modifies mean?). All of this would seem to make COLD-K both more
  634. expressive and difficult to learn than a typical Larch family BISL.
  635.  
  636. 1.5 What is the history of the Larch project?
  637.  
  638. (The following is adapted from a posting of Horning to the larch-interest
  639. mailing list on June 19, 1995, which was itself condensed from the preface
  640. of [Guttag-Horning93].)
  641.  
  642. This project has been a long time in the growing. The seed was planted by
  643. Steve Zilles on October 3, 1973. During a programming language workshop
  644. organized by Barbara Liskov, he presented three simple equations relating
  645. operations on sets, and argued that anything that could reasonably be called
  646. a set would satisfy these axioms, and that anything that satisfied these
  647. axioms could reasonably be called a set. John Guttag refined this idea. In
  648. his 1975 Ph.D. thesis (University of Toronto), he showed that all computable
  649. functions over an abstract data type could be defined algebraically using
  650. equations of a simple form. He also considered the question of when such a
  651. specification constituted an adequate definition.
  652.  
  653. As early as 1974, Guttag and Horning realized that a purely algebraic
  654. approach to specification was unlikely to be practical. At that time, they
  655. proposed a combination of algebraic and operational specifications which
  656. they referred to as "dyadic specification." Working with Wing, by 1980 they
  657. had evolved the essence of the two-tiered approach to specification; the
  658. term "two-tiered" was introduced by Wing in her dissertation [Wing83]. A
  659. description of an early version of the Larch Shared Language was published
  660. in 1983. The first reasonably comprehensive description of Larch was
  661. published in 1985 [Guttag-Horning-Wing85a].
  662.  
  663. In the spring of 1990, software tools supporting Larch were becoming
  664. available, and people began using them to check and reason about
  665. specifications. To make information on Larch more widely available, it was
  666. decided to write a book [Guttag-Horning93].
  667.  
  668. The First International Workshop on Larch, organized by Ursula Martin and
  669. Jeannette Wing, was held in Dedham, Massachusetts, July 13-15, 1992
  670. [Martin-Wing93].
  671.  
  672. 1.6 What is the origin of the name Larch?
  673.  
  674. At Xerox Palo Alto Research Center, where Jim Horning used to work, the
  675. researchers built many systems, and had to constantly think up new names for
  676. them. They hit on a scheme of always naming systems after plants in a
  677. certain book of plants that occur on the West coast of the US. The "Larch"
  678. is the common name of a species of fir tree that is found in this book.
  679. (Other systems named from this book include "Violet" and "Grapevine".) The
  680. cover of [Guttag-Horning93] has a picture of Larch trees on it. For more
  681. pictures of Larch trees, see the following URL.
  682.  
  683.   http://www.cs.iastate.edu/~leavens/larch-pics.html
  684.  
  685. GIF format pictures of the Larch logo, can be found at the following URLs.
  686.  
  687.   http://larch-www.lcs.mit.edu:8001/larch/pictures/larch.gif
  688.   http://larch-www.lcs.mit.edu:8001/larch/pictures/larch-small.gif
  689.  
  690. 1.7 Where can I get more information on Larch and Larch languages?
  691.  
  692. A good place to start is the Guttag and Horning's book [Guttag-Horning93].
  693. (This book is sometimes called "the silver book" by Larchers.) Consider it
  694. required reading. If you find that all tough going, you might want to start
  695. with Liskov and Guttag's book [Liskov-Guttag86], which explains the
  696. background and motivates the ideas behind abstraction and specification.
  697. (See section 1.9 What is the use of formal specification and formal
  698. methods?, for more background.)
  699.  
  700. You might also want to read the introductory article about the family
  701. [Guttag-Horning-Wing85b], although it is now somewhat dated. You might
  702. (especially if you are an academic) want to also read some of the
  703. proceedings of the First International Workshop on Larch [Martin-Wing93],
  704. which contains several papers about Larch.
  705.  
  706. The usenet newsgroup `comp.specification.larch' is devoted to Larch. You
  707. might also want to read the newsgroup `comp.specification.misc' for more
  708. general discussions.
  709.  
  710. There was a mailing list, called "larch-interest," for Larch. However, it
  711. has been discontinued, now that the usenet newsgroup is available. The
  712. archives of this list are available from the following URL.
  713.  
  714.   http://www.research.digital.com/SRC/larch/larch-interest.archive.html
  715.  
  716. Other on-line resources can be found through the global home page for Larch
  717. at the following URL.
  718.  
  719.   http://larch-www.lcs.mit.edu:8001/larch/
  720.  
  721. Other resources are SRC's Larch home page
  722.  
  723.   http://www.research.digital.com/SRC/larch/larch-home.html
  724.  
  725. and Horning's page.
  726.  
  727.   http://pw1.netcom.com/~jhorning/larch.html
  728.  
  729. This frequently asked questions list (FAQ) is accessible on the world-wide
  730. web in:
  731.  
  732.    http://www.cs.iastate.edu/~leavens/larch-faq.html
  733.  
  734. HTML, plain text, postscript, and GNU info format versions are also
  735. available by anonymous ftp at the following URLs.
  736.  
  737.    ftp://ftp.cs.iastate.edu/pub/larch/larch-faq.html
  738.    ftp://ftp.cs.iastate.edu/pub/larch/larch-faq.txt.gz
  739.    ftp://ftp.cs.iastate.edu/pub/larch/larch-faq.ps.gz
  740.    ftp://ftp.cs.iastate.edu/pub/larch/larch-faq.info.tar.gz
  741.  
  742. 1.8 Is there an object-oriented extension to Larch?
  743.  
  744. This question might mean one of several other more precise questions. These
  745. questions are discussed below.
  746.  
  747. One question is: is there a Larch-style BISL for some particular
  748. object-oriented (OO) programming language? Yes, there are Larch-style BISLs
  749. for Modula-3 (see [Guttag-Horning93], chapter 6, and [Jones91]),
  750. Smalltalk-80 (see [Cheon-Leavens94]), and C++ (see [Leavens97]
  751. [Leavens96b]).
  752.  
  753. Another question is: does LSL have extensions that support object-oriented
  754. specification? No, there are none in particular. One could imagine
  755. extensions of LSL with some notion of subsorting, as in OBJ
  756. [Futatsugi-etal85] [Goguen-etal87], but as yet this has not been done.
  757.  
  758. 1.9 What is the use of formal specification and formal methods?
  759.  
  760. There are endless debates about the use of formal specification and formal
  761. methods. For recent discussions see [Saiedian-etal96]. The following
  762. discussion may help you enter the debate in a reasonable fashion.
  763.  
  764. First, be sure you know what formal methods are, and what they are good for
  765. [Liskov-Guttag86] [Wing90]. Roughly speaking, formal methods encompass
  766. formalized software design processes, formal specifications, formal
  767. derivation of implementations, and formal verification. You might also want
  768. to look at the following URL for more recent work on formal methods.
  769.  
  770.     http://www.comlab.ox.ac.uk/archive/formal-methods.html
  771.  
  772. Formal verification of implementations that were not designed with
  773. verification in mind is impossible in general. Formal verification has been
  774. critiqued as too difficult to justify and manage [DeMillo-Lipton79].
  775. Programs can also only be verified relative to some abstract machine
  776. [Fetzer88]. However, these problems haven't stopped people from trying to
  777. use formal verification to gain an added level of confidence (or to help
  778. find bugs [Garland-Guttag-Horning90] [Tan94]) in software that is very
  779. critical (in terms of safety or business factors). Of course, you can still
  780. use formal methods without doing formal verification.
  781.  
  782. Several advocates of formal methods have tried to explain formal methods by
  783. debunking the "myths" that surround them [Hall90] [Bowen-Hinchey95]. Bowen
  784. and Hinchey have also given some advice in the form of "commandments" for
  785. good use of formal methods [Bowen-Hinchey95b].
  786.  
  787. Of the various kinds of formal methods, formal specification (that's where
  788. Larch comes in), seem to be the most useful. At a fundamental level, some
  789. specification is needed for any abstraction (otherwise there is no
  790. abstraction [Liskov-Guttag86]). A specification is useful as a contract
  791. between the implementor and a client of an abstraction (such as a procedure
  792. or a data type). This contract lays out the responsibilities and obligations
  793. of both parties, and allows division of labor (and a division of blame when
  794. something goes wrong). However, such a specification need not be formal; the
  795. main reason for preferring formal specification over informal specification
  796. is that formal specification can help prevent the ambiguity and
  797. unintentional imprecision which plague informal specification.
  798.  
  799. There are, however, some disadvantages to using formal specifications. One
  800. shouldn't take the search for precision to an extreme and try to formalize
  801. everything, as this will probably cost much time and effort. (Instead, try
  802. to formalize just the critical aspects of the system.) Another disadvantage
  803. is that a formal specification can itself contain errors and
  804. inconsistencies, which can lead to the specification becoming meaningless.
  805. The use of formality by itself also does not lead to well-structured and
  806. readable specifications; that is a job that humans have to do.
  807.  
  808. Although you can use the Larch languages and tools without subscribing to
  809. any particular view on the utility of formal methods, there is an emerging
  810. view of this question in the Larch community. This view is that formal
  811. specification and formal methods are most useful as aids to debugging
  812. designs [Garland-Guttag-Horning90] [Tan94]. The basic idea is that one
  813. writes (what one thinks is) redundant information into specifications, and
  814. this information is compared with the rest of the specification. Often the
  815. supposedly redundant information does not match, and trying to check that it
  816. does brings out design or conceptual errors. Thus formal methods play a role
  817. complementary to prototyping, in that they allow one to analyze certain
  818. properties of a design to see if there are lurking inconsistencies or
  819. problems.
  820.  
  821. Much of what has been said above seems logical, but experimentation would be
  822. helpful to understand what is really true and to help quantify the costs and
  823. benefits of formal methods.
  824.  
  825. One last answer to the question: some people find writing formal
  826. specifications (and even proofs) fun. No one knows why.
  827.  
  828. 2 The Larch Shared Language (LSL)
  829.  
  830. In this chapter, we discuss questions about the Larch Shared Language (LSL).
  831.  
  832.    * What is the Larch Shared Language (LSL)?
  833.    * Where can I find information on-line about LSL?
  834.    * Where can I get a checker for LSL?
  835.    * Do you have a good makefile to use with the LSL checker?
  836.    * What is a sort?
  837.    * What is the purpose of an LSL trait? What is a trait used for?
  838.    * What are the sections of an LSL trait?
  839.    * What is the difference between assumes and includes?
  840.    * How and when should I use a partitioned by clause?
  841.    * How and when should I use a generated by clause?
  842.    * When should I use an implies section?
  843.    * How and when should I use a converts clause?
  844.    * How and when should I use an exempting clause?
  845.    * What is the meaning of an LSL specification?
  846.    * How does LSL handle undefined terms?
  847.    * Is there support for partial specifications in LSL?
  848.    * Can I define operators using recursion?
  849.    * What pitfalls are there for LSL specifiers?
  850.    * Can you give me some tips for specifying things with LSL?
  851.    * How do I know when my trait is abstract enough?
  852.    * Is there a way to write a trait that will guarantee consistency?
  853.    * Do I have to write all the traits I am going to use from scratch?
  854.    * Where can I find handbooks of LSL traits?
  855.    * How do I write logical quantifiers within an LSL term?
  856.    * Where can I find LaTeX or TeX macros for LSL?
  857.    * How do I write some of those funny symbols in the Handbook in my trait?
  858.    * Is there a literate programming tool for use with LSL?
  859.    * Is there a tool for converting LSL to hypertext for the web?
  860.  
  861. 2.1 What is the Larch Shared Language (LSL)?
  862.  
  863. The Larch Shared Language (LSL) (see [Guttag-Horning93], Chapter 4, and
  864. [Guttag-Horning-Modet90]) is a language for specifying mathematical
  865. theories. LSL is a kind of equational algebraic specification language
  866. [Guttag75] [Guttag-Horning78] [Goguen-Thatcher-Wagner78] [Ehrig-Mahr85]
  867. [Futatsugi-etal85] [Mosses96] [Loeckx-Ehrich-Wolf96]. That is,
  868. specifications in LSL mainly consist of first-order equations between terms.
  869. The semantics of LSL is based on classical, multisorted first-order
  870. equational logic (see section 2.14 What is the meaning of an LSL
  871. specification?). However, LSL does have two second-order constructs, which
  872. allow you to specify rules of data type induction and certain kinds of
  873. deduction rules (see section 2.10 How and when should I use a generated by
  874. clause?, and see section 2.9 How and when should I use a partitioned by
  875. clause?).
  876.  
  877. Unlike a programming language, LSL is a purely declarative, mathematical
  878. formalism. In LSL there are no side-effects, algorithms, etc. (see section
  879. 2.18 What pitfalls are there for LSL specifiers?). Instead of specifying
  880. computation, in LSL one specifies mathematical operators and their theories.
  881. These operators are used in Larch behavioral interface specification
  882. languages as their mathematical vocabulary (see section 1.1 What is Larch?
  883. What is the Larch family of specification languages?).
  884.  
  885. An unusual feature of LSL is that it provides ways to add checkable
  886. redundancy to specifications (see section 2.11 When should I use an implies
  887. section?). See section 1.4 How does Larch compare to other specification
  888. languages?, for more detailed comparisons of LSL and related specification
  889. languages.
  890.  
  891. See Chapter 4 of [Guttag-Horning93], and the rest of this chapter, for more
  892. information.
  893.  
  894. 2.2 Where can I find information on-line about LSL?
  895.  
  896. Besides this FAQ, the best place to look is probably your own computer
  897. system. You should have a manual page for the LSL checker, if it's installed
  898. on your system. Try the Unix command man lsl to see it.
  899.  
  900. You should also look for a directory (such as `/usr/larch/LSL') where the
  901. installation of LSL is found. In that directory, you will find a
  902. subdirectory `Doc', where there is some documentation on the checker. See
  903. section 2.3 Where can I get a checker for LSL?, if you don't have the LSL
  904. checker installed on your system.
  905.  
  906. There is no official reference manual for the latest version of LSL (3.1)
  907. on-line. The defining document for LSL version 2.3 [Guttag-Horning-Modet90]
  908. is available from the URL
  909.  
  910.   ftp://ftp.digital.com/pub/DEC/SRC/research-reports/SRC-058.ps.gz
  911.  
  912. 2.3 Where can I get a checker for LSL?
  913.  
  914. You can get the MIT releases of the LSL checker using the world-wide web,
  915. starting at the following URL.
  916.  
  917.   http://larch-www.lcs.mit.edu:8001/larch/lsl.html
  918.  
  919. You can also get the MIT release by anonymous ftp from the following URL.
  920.  
  921.   ftp://larch.lcs.mit.edu/pub/Larch/lsl/
  922.  
  923. At Iowa State, the Larch/C++ group has made available later beta releases of
  924. the LSL checker that fix problems with its profligate use of space. You can
  925. get the sources for Unix and Windows 95 executables from the following URL.
  926.  
  927.   ftp://ftp.cs.iastate.edu/pub/larch/
  928.  
  929. You might also be interested in the Larch Development Environment (LDE),
  930. from Cheng's group at Michigan State University. This environment integrates
  931. tools that support LSL, LP, LCL, and Larch/C++. It runs under SunOS and
  932. Solaris. You can get it from the following URL.
  933.  
  934.   ftp://ftp.cps.msu.edu/pub/serg/tools/LDE/
  935.  
  936. 2.4 Do you have a good makefile to use with the LSL checker?
  937.  
  938. The following makefile shows one way to use the Unix command make to help
  939. check LSL traits. It relies on properties of the Bourne shell under Unix and
  940. standard Unix make, so it would have to be adjusted to work on other
  941. systems. (Also, if you cut and paste this makefile, be sure to change the
  942. leading blanks to tab characters on the rule lines.)
  943.  
  944. SHELL = /bin/sh
  945. LSL = lsl
  946. LSLFLAGS =
  947.  
  948. .SUFFIXES: .lsl .lsl-ckd .lp
  949. .lsl.lsl-ckd:
  950.         $(LSL) $(LSLFLAGS) $< 2>&1 | tee $
  951. .lsl.lp:
  952.         $(LSL) -lp $(LSLFLAGS) $<
  953.  
  954. checkalltraits:
  955.         $(LSL) $(LSLFLAGS) *.lsl
  956.  
  957. clean:
  958.         rm -f *.lsl-ckd *.lpfrz
  959. cleanall: clean
  960.         rm -f *.lpscr *.lp *.lplog
  961.  
  962. If you use the emacs text editor, you can then check your traits by using
  963. M-x compile (and responding with something like checkalltraits and a
  964. return). When you do this, you can then use C-x ` (which is an alias for M-x
  965. next-error) to edit the LSL trait with the next error message (if you're
  966. using a version of the LSL checker version 3.1beta5 or later). Emacs will
  967. put the cursor on the appropriate line for you automatically.
  968.  
  969. See section 3.10 How do I use LP to check my LSL traits?, for more
  970. information on how to use LP to check the implications in LSL traits.
  971.  
  972. 2.5 What is a sort?
  973.  
  974. The "sorts" in an LSL trait correspond to the types in a programming
  975. language. They are names for sets of values.
  976.  
  977. This usage is historical (it seems to come from [Goguen-Thatcher-Wagner78]),
  978. and arises from the desire to avoid the word "type", which is heavily
  979. overused. However, it does have some practical benefit, in that in the
  980. context of a BISL, one can say that a type comes from a programming
  981. language, but a sort comes from LSL.
  982.  
  983. Unlike some other specification languages (e.g., OBJ [Futatsugi-etal85]
  984. [Goguen-etal87]), in LSL there is no requirement that all sort names be
  985. declared. For example, in the following trait, a sort Answer is used.
  986.  
  987. AnswerTrait: trait
  988.   introduces
  989.     yes, no, maybe: -> Answer
  990.  
  991. In summary, LSL sorts are declared by being mentioned in the signatures of
  992. operators.
  993.  
  994. 2.6 What is the purpose of an LSL trait? What is a trait used for?
  995.  
  996. An LSL trait is used to describe a mathematical theory. This could be used
  997. by a mathematician to simply formalize a theory, but more commonly the
  998. theory specified is intended to be used as the mathematical vocabulary for
  999. some BISL. Another common use is as a way of specifying input to the Larch
  1000. Prover (LP).
  1001.  
  1002. When used as mathematical vocabulary for some behavioral interface
  1003. specification, one can identify some other common uses. Quite often one
  1004. wants to specify the abstract values of some data type. (See section 4.4
  1005. What is an abstract value?.) Examples include the Integer, Set, Queue, and
  1006. String traits in Guttag and Horning's handbook [Guttag-Horning93a]. Another
  1007. common use is to specify some function on abstract values, in order to ease
  1008. the specification of some procedure.
  1009.  
  1010. One might also write a trait in order to:
  1011.  
  1012.    * specialize some existing trait by renaming some sorts or by
  1013.      instantiating some parameterized sorts,
  1014.    * change vocabulary by renaming some operators of some existing trait,
  1015.    * state implications, for the benefit of readers, to help debug a
  1016.      specification [Garland-Guttag-Horning90], or as input to LP,
  1017.    * add additional operators to some existing trait, as a convenience in
  1018.      specifying some interface or as a way of introducing a name for some
  1019.      idea that is an important concept in an interface specification, or
  1020.    * combine several existing traits, to make it easier to use them in an
  1021.      interface specification.
  1022.  
  1023. 2.7 What are the sections of an LSL trait?
  1024.  
  1025. The sections of an LSL trait are determined by the LSL grammar
  1026. [Guttag-Horning-Modet90]. (See section 2.3 Where can I get a checker for
  1027. LSL?, for a more recent grammar, which is found in the file `Doc/lsl3_1.y',
  1028. for version 3.1, and `Doc/lsl3_2.y', for version 3.2.)
  1029.  
  1030. As a rough guide, one can have the following sections, in the following
  1031. order.
  1032.  
  1033.    * a context section, consisting of: the several assumes clauses, several
  1034.      includes clauses, and several shorthand declarations (enumeration,
  1035.      tuple, or union), all of which are optional,
  1036.    * several introduces sections (typically zero or one), in which the
  1037.      signatures of operators are declared,
  1038.    * several asserts sections (typically zero or one), in which various
  1039.      properties of operators are specified, and
  1040.    * and an optional implies section, in which intended consequences of the
  1041.      preceding are specified. The parts of this section are intended to be
  1042.      redundant. LP can be used to debug a specification by checking that
  1043.      they really follow from the rest of the trait (see [Guttag-Horning93],
  1044.      Chapter 7).
  1045.  
  1046. A good general introduction is found in [Guttag-Horning93], Chapter 4. See
  1047. section 2.8 What is the difference between assumes and includes?, for more
  1048. on the purposes of the assumes and includes clauses.
  1049.  
  1050. 2.8 What is the difference between assumes and includes?
  1051.  
  1052. One way to think of this is that includes requests textual inclusion of the
  1053. named traits, but assumes only says that all traits that include the trait
  1054. being specified must include some trait or traits that makes the assumptions
  1055. true. Hence includes is like #include in C or C++, but assumes is quite
  1056. different.
  1057.  
  1058. A common reason to use assumes instead of includes is when you want to
  1059. specify a trait with a sort parameter, and when you also need some operators
  1060. to be defined on your sort parameters. For example, Guttag and Horning's
  1061. handbook trait Sequence (see [Guttag-Horning93], page 174), starts as
  1062. follows
  1063.  
  1064. Sequence(E, C): trait
  1065.   assumes StrictPartialOrder(>, E)
  1066.  
  1067. The assumes clause is used to specify that the sort parameter E must have an
  1068. operator > that makes it a strict partial order. One way to view such
  1069. assumptions is that they specify what is needed about the theory of a sort
  1070. parameter in order to sort check, and make sense of the operators that apply
  1071. to the sort parameter [Goguen84] [Goguen86].
  1072.  
  1073. One can also use assumes to state assumptions about operators that are trait
  1074. parameters. For example, Guttag and Horning's handbook trait Sequence (see
  1075. [Guttag-Horning93], page 175), starts as follows.
  1076.  
  1077. PriorityQueue (>: E,E -> Bool, E, C): trait
  1078.   assumes TotalOrder(E for T)
  1079.  
  1080. The assumes clause is used to specify that the parameter >:E,E -> Bool must
  1081. make E into a total order.
  1082.  
  1083. Another reason to use an assumes clause instead of an includes clause is to
  1084. state that a trait is not self-contained, but is intended to be included in
  1085. some context in which some other trait has been included. For example,
  1086. Guttag and Horning's handbook trait IntegerPredicates (see
  1087. [Guttag-Horning93], page 164), starts as follows.
  1088.  
  1089. IntegerPredicates (Int): trait
  1090.   assumes Integer
  1091.  
  1092. The assumes clause is used to specify that this trait has to be used in a
  1093. trait that has included (the theory of) the trait Integer.
  1094.  
  1095. See [Guttag-Horning93], Section 4.6, for more details.
  1096.  
  1097. 2.9 How and when should I use a partitioned by clause?
  1098.  
  1099. You should use a partitioned by clause to identify (i.e., make equivalent)
  1100. some terms that would otherwise be distinct in an LSL trait's theory. A
  1101. classic example is in the specification of sets, which includes the
  1102. following partitioned by clause (see [Guttag-Horning93], page 166).
  1103.  
  1104.   C partitioned by \in
  1105.  
  1106. In this example, C is the sort for sets, and \in is the membership operator
  1107. on sets. This means that two sets, s1 and s2, are distinct (i.e., not equal)
  1108. if there is some element e such that member(e, s1) is not equal to member(e,
  1109. s2). Another way to look at this is that, you can prove that two sets are
  1110. equal by showing that they have the exactly the same members. (The sets
  1111. insert(1, insert(2, {})) and insert(2, insert(1, {})) are thus equal.) This
  1112. property is what distinguishes a set from a list, because it says that order
  1113. does not matter in a set.
  1114.  
  1115. The reason there is a separate clause in LSL for this is because of the
  1116. implicit quantifiers involved. The partitioned by clause in the example
  1117. above is more powerful than the following (see [Wing95], Section 5.1).
  1118.  
  1119.   \forall e: E, s1, s2: Set
  1120.      ((e \in s1) = (e \in s2)) => s1 = s2
  1121.  
  1122. The reason is that the above code would allow you to conclude that {1,2} =
  1123. {2,3}, because both have 2 as a member. (That is, one can let e be 2, and
  1124. then the left hand side of the implication holds.) Historically, LSL did not
  1125. have a way to write quantifiers inside its formulas, and so the partioned by
  1126. clause was necessary. With LSL version 3.1, however, one could write the
  1127. following equivalent to the above partitioned by clause for Set. (See
  1128. section 2.24 How do I write logical quantifiers within an LSL term?, for the
  1129. meaning of \A.)
  1130.  
  1131.   \forall e: E, s1, s2: Set
  1132.      (\A e (e \in s1) = (e \in s2)) => s1 = s2
  1133.  
  1134. However, the above formula will be harder to work with in LP than the
  1135. equivalent partitioned by clause. This is because LP has special provision
  1136. for using partitioned by clauses. Another reason to prefer the partitioned
  1137. by clause is that it conveys intent more clearly than a general logical
  1138. formula like the above. Thus it there are still good reasons to use a
  1139. partitioned by clause in LSL.
  1140.  
  1141. See section 4.2 in Guttag and Horning's book [Guttag-Horning93] for more
  1142. details.
  1143.  
  1144. 2.10 How and when should I use a generated by clause?
  1145.  
  1146. You should use a generated by clause to specify that there can be no
  1147. abstract values beside the ones that you are describing for a given sort.
  1148. This is quite common for specifications of the abstract values of data
  1149. types, but will not usually be the case for the abstract values of sort
  1150. parameters (such as E in Queue[E]). A generated by clause can also be
  1151. thought of as excluding "junk" (i.e., nonstandard values) from a type
  1152. [Goguen-Thatcher-Wagner78]. For example, in the trait AnswerTrait (see
  1153. section 2.5 What is a sort?), nothing in the specification prevents there
  1154. being other elements of the sort Answer besides yes, no, and maybe. That is,
  1155. if x has sort Answer, then the formula
  1156.  
  1157.     x = yes \/ x = no \/ x = maybe
  1158.  
  1159. is not necessarily true; in other words, it's not valid. However, in the
  1160. following trait the above formula is valid, because of the generated by
  1161. clause. (This is stated in the trait's implies section.)
  1162.  
  1163. AnswerTrait2: trait
  1164.   includes AnswerTrait
  1165.   asserts
  1166.     Answer generated by yes, no, maybe
  1167.     equations
  1168.       yes \neq no;
  1169.       yes \neq maybe;
  1170.       no \neq maybe;
  1171.   implies
  1172.     \forall x: Answer
  1173.       x = yes \/ x = no \/ x = maybe;
  1174.  
  1175. Yet another reason to use a generated by clause is to assert a rule of data
  1176. type induction. This view is particularly helpful in LP, because it allows
  1177. one to divide up a proof into cases, and to use induction. For example, when
  1178. proving some property P(x) holds for all x of sort Answer, the generated by
  1179. clause of the trait AnswerTrait2 allows one to proceed by cases; that is, it
  1180. suffices to prove P(yes), P(no), and P(maybe).
  1181.  
  1182. A more typical induction example can be had by considering Guttag and
  1183. Horning's handbook trait Set (see [Guttag-Horning93], page 167). In this
  1184. trait, C is the sort for sets. It has the following generated by clause (by
  1185. virtue of including the trait SetBasics, see [Guttag-Horning93], page 166).
  1186.  
  1187.     C generated by {}, insert
  1188.  
  1189. This clause says that the only abstract values of sort C, are those that can
  1190. be formed from (finite) combinations of the operators {} and insert. For
  1191. example, insert(x, insert(y, {})) is a set. This rules out, for example,
  1192. infinite sets, and sets that are nonstandard. It does not say that each such
  1193. term denotes a distinct set, and indeed some terms fall in the same
  1194. equivalence class (see section 2.9 How and when should I use a partitioned
  1195. by clause?). It also does not mean that other operators that form sets
  1196. cannot be defined; for example, in the trait Set one can write {x} \U {y}.
  1197. What it does say is that every other way to build a set, like this one, has
  1198. to be equivalent to some use of {} and insert.
  1199.  
  1200. Let us consider a sample proof by structural induction in the trait Set. One
  1201. of the implications in this trait is that
  1202.  
  1203.   \forall s: C
  1204.     size(s) >= 0
  1205.  
  1206. To prove this, one must prove that it holds for all sets s. Since, by the
  1207. generated by clause, all sets can be formed from {} and insert, it suffices
  1208. to prove two cases. For the base case, one must prove the following trivial
  1209. result.
  1210.  
  1211.     size({}) >= 0
  1212.  
  1213. For the inductive case, one gets to assume that
  1214.  
  1215.     size(y) >= 0
  1216.  
  1217. and then one must prove the following.
  1218.  
  1219.   \forall s: C, e: E
  1220.     size(insert(e, y)) >= 0
  1221.  
  1222. This follows fairly easily; we leave the details to the reader.
  1223.  
  1224. See section 4.2 in Guttag and Horning's book [Guttag-Horning93] for more
  1225. details on the generated by clause.
  1226.  
  1227. One situation where one usually does not want to use a generated by clause
  1228. is when specifying the theory of a sort parameter. For example, in the trait
  1229. Set (see [Guttag-Horning93], page 167), there is no generated by clause
  1230. describing the elements E of the set. The reason not to use a generated by
  1231. clause for such sort parameters is to make the assumptions on such
  1232. parameters as weak as possible. Thus, unless one has to do induction over
  1233. the elements of a sort parameter, one would not need to know that they are
  1234. generated.
  1235.  
  1236. 2.11 When should I use an implies section?
  1237.  
  1238. You should usually use an implies section in a trait, even though it adds
  1239. nothing to the theory of a trait, and is completely redundant. The reasons
  1240. for doing so are as follows.
  1241.  
  1242.    * You probably have something interesting to highlight about the theory
  1243.      of a trait, to bring to the attention of the reader. This includes
  1244.      important examples that help illustrate how to use the operators.
  1245.    * You probably have found more than one way to specify something in your
  1246.      trait. Putting both of them in the asserts section runs the risk of
  1247.      making your theory inconsistent (if they are not really equivalent).
  1248.      Leaving one of them out loses information, and prevents possible
  1249.      debugging and consistency checking that could otherwise be done (for
  1250.      example, using LP; see [Guttag-Horning93], Chapter 7).
  1251.  
  1252. Redundancy is a good thing for debugging and consistency checking; after
  1253. all, one needs two pieces of information to do any checking.
  1254.  
  1255. A motto that mathematicians live by is the following. (You do realize that
  1256. writing an LSL trait is doing math, don't you?)
  1257.  
  1258.      Few axioms, many theorems.
  1259.  
  1260. For LSL, this motto means that you should try to make your asserts section
  1261. as small and as elegant as possible, and to push off any redundancy into the
  1262. implies section.
  1263.  
  1264. An important piece of redundant information you can provide for a reader in
  1265. the implies section is a converts clause. You should also consider using a
  1266. converts clause for each operator you have introduced in the trait. See
  1267. section 2.12 How and when should I use a converts clause?.
  1268.  
  1269. Writing a good implies section for a trait is something that takes some
  1270. practice. It helps to get a feel for what can be checked with LP first (see
  1271. [Guttag-Horning93], Chapter 7). It also helps to look at some good examples;
  1272. for example, take a look at the traits in Guttag and Horning's handbook (see
  1273. [Guttag-Horning93], Appendix A); most of these have an implies section, and
  1274. some are quite extensive.
  1275.  
  1276. One general hint about writing implies clauses comes from the fact there are
  1277. an infinite number of theorems that follow from every LSL specification.
  1278. (One infinite set of theorems concerns the built-in sort Bool.) Since there
  1279. are an infinite number of theorems, you can't possibly list all of them.
  1280. Focus on the ones that you think are interesting, especially those that will
  1281. help the reader understand what your specification is about, and those that
  1282. will help you debug your specification.
  1283.  
  1284. See Section 4.5 in Guttag and Horning's book [Guttag-Horning93] for more
  1285. details.
  1286.  
  1287. 2.12 How and when should I use a converts clause?
  1288.  
  1289. A converts clause goes in the implies section of a trait. It is a way to
  1290. make redundant claims about the completeness of the specification of various
  1291. operators in a trait.
  1292.  
  1293. You should consider stating a converts clause for each non-constant operator
  1294. you introduce in a trait. If you list an operator in a converts clause, you
  1295. would be saying that the operator is uniquely defined "relative to the other
  1296. operators in a trait" (see [Guttag-Horning93], p. 142, [Leavens-Wing97],
  1297. Section B.1). Of course, this would not be true for every operator you might
  1298. define. This means that if you state that an operator is converted in the
  1299. implies section of a trait, then you are claiming that there is no ambiguity
  1300. in the definition of that operator, once the other operators of the trait
  1301. are fixed.
  1302.  
  1303. As an example of a converts clause, consider the following trait.
  1304.  
  1305. ConvertsExample: trait
  1306.   includes Integer
  1307.   introduces
  1308.     unknown, hmm, known: Int -> Int
  1309.   asserts \forall i: Int
  1310.     hmm(i) == unknown(i);
  1311.     known(i) = i + 1;
  1312.   implies
  1313.     converts
  1314.       known: Int -> Int,
  1315.       hmm: Int -> Int
  1316.  
  1317. In this trait, the converts clause claims that both known and hmm are
  1318. converted. It should be clear that known is converted, because it is
  1319. uniquely-defined for all integers. What may be a bit puzzling is that hmm is
  1320. also converted. The reason is that once the interpretation of the other
  1321. operators in the trait are fixed, in particular once the interpretation of
  1322. unknown is fixed, then hmm is uniquely-defined. It would not be correct to
  1323. claim that both hmm and unknown are converted; since they are defined in
  1324. terms of each other, they would not be uniquely defined relative to the
  1325. other operators of the trait.(1)
  1326.  
  1327. See Section 4.5 and pages 142-144 in Guttag and Horning's book
  1328. [Guttag-Horning93] for more details.
  1329.  
  1330. Often one wants to say that some operator is uniquely-defined, but not for
  1331. some arguments. This can be done using an exempting clause, which is a
  1332. subclause of a converts clause. See section 2.13 How and when should I use
  1333. an exempting clause?, for more discussion.
  1334.  
  1335. 2.13 How and when should I use an exempting clause?
  1336.  
  1337. An exempting clause is a subclause of a converts clause. (See section 2.12
  1338. How and when should I use a converts clause?.) You should use an exempting
  1339. clause when you want to claim that some operator is uniquely-defined,
  1340. "relative to the other operators in a trait" ([Guttag-Horning93], p. 142),
  1341. except for some special cases.
  1342.  
  1343. A very simple example is the trait List (see [Guttag-Horning93], p. 173),
  1344. where the converts includes the following.
  1345.  
  1346.     converts head
  1347.       exempting head(empty)
  1348.  
  1349. This just says that head is well-defined, except for taking the head of an
  1350. empty list.
  1351.  
  1352. A slightly more complicated exempts clause is illustrated by the following
  1353. classic example. Suppose one specifies a division operator on the natural
  1354. numbers. In such a trait (see [Guttag-Horning93], p. 201), one could use the
  1355. following trait outline.
  1356.  
  1357. Natural (N): trait
  1358.   introduces
  1359.     0: -> N
  1360.     div: N, N -> N
  1361.     % ...
  1362.   asserts
  1363.     % ...
  1364.   implies
  1365.     converts div: N, N -> N
  1366.       exempting \forall x: N
  1367.          div(x, 0)
  1368.  
  1369. The converts clause in this example claims that div is uniquely-defined,
  1370. relative to the other operators in a trait, except that division by 0 is not
  1371. defined. Without the exempting subclause, the converts clause would not be
  1372. correct.
  1373.  
  1374. See the following subsections and page 44 of [Guttag-Horning93] for more
  1375. information.
  1376.  
  1377.    * Does exempting some term make it undefined?
  1378.    * How can I exempt only terms that satisfy some condition?
  1379.  
  1380. 2.13.1 Does exempting some term make it undefined?
  1381.  
  1382. No, exempting a term does not make it undefined. An exempting clause merely
  1383. takes away the claim that it is defined (see [Guttag-Horning93], page 44).
  1384. For example, in the trait List (see [Guttag-Horning93], p. 173), writing the
  1385. following does not make head(empty) undefined.
  1386.  
  1387.     converts head
  1388.       exempting head(empty)
  1389.  
  1390. If anything, it is the lack of an axiom defining the value of head(empty)
  1391. that makes it "undefined". However, you would certainly want to use an
  1392. exempting clause in situations where you have a term that is intended to be
  1393. "undefined".
  1394.  
  1395. The concept of "undefinedness" is a tricky one for LSL. In a technical
  1396. sense, nothing is undefined in LSL, because each constant and variable
  1397. symbol has a value, and each non-constant operator is a total function (see
  1398. [Guttag-Horning93], p. 9, and [Leavens-Wing97], Appendix A). It would be
  1399. more accurate to say that in the trait List, the term head(empty) is
  1400. "underspecified". This means it has a value, but the trait doesn't specify
  1401. what that value is. See section 2.16 Is there support for partial
  1402. specifications in LSL?, for more discussion on this point.
  1403.  
  1404. 2.13.2 How can I exempt only terms that satisfy some condition?
  1405.  
  1406. With LSL (through version 3.1) the exempting subclause of a converts clause
  1407. is not based on semantics, instead it is based on syntax. You can only
  1408. exempt terms having particular forms; these forms allow the arguments to an
  1409. operator to be either ground terms (as in head(empty)), or universally
  1410. quantified variables or both (as in div(x, 0)).
  1411.  
  1412. If you want to exempt all terms for which one argument is positive, or has a
  1413. size larger than 3, then you are out of luck. All you can do is to state
  1414. your conversion claim informally in a comment (as you can't use a converts
  1415. clause naming the operator in question). If you want to rewrite your trait,
  1416. you could, for example, change the appropriate argument's sort to be the
  1417. natural numbers instead of the integers, or define a new sort for which your
  1418. operator is completely-defined.
  1419.  
  1420. See Section B.2 of [Leavens-Wing97] for a proposed extension to LSL that
  1421. would solve this problem.
  1422.  
  1423. 2.14 What is the meaning of an LSL specification?
  1424.  
  1425. An LSL trait denotes a theory, which is a collection of true formulas (of
  1426. sort Bool). This theory contains "the trait's assertions, the conventional
  1427. axioms of first-order logic, everything that follows from them, and nothing
  1428. else" (see [Guttag-Horning93], p. 37). For a brief introduction to these
  1429. ideas, see Chapter 2 of [Guttag-Horning93]; for general background on
  1430. equational logic, see [Ehrig-Mahr85] or [Loeckx-Ehrich-Wolf96].
  1431.  
  1432. Another way to look at the meaning of an LSL trait is the set of models it
  1433. denotes. An algebraic model of a trait has a set for each sort, and a total
  1434. function for each operator. In addition, it must satisfy the axioms of
  1435. first-order logic and the axioms of the trait. A model satisfies an
  1436. equational axiom if it assigns the same value to both sides of the equation.
  1437. (See [Ehrig-Mahr85], Chapter 1, or [Loeckx-Ehrich-Wolf96], Chapter 5, for
  1438. more details.)
  1439.  
  1440. In contrast to some other specification languages, the semantics of LSL is
  1441. loose (see [Guttag-Horning93], p. 37). That is, there may be several models
  1442. of a specification that have observably distinct behavior. For example,
  1443. consider the trait ChoiceSet in Guttag and Horning's handbook (see
  1444. [Guttag-Horning93], p. 176). There are many models of this trait with
  1445. different behavior; for example, it might be that in one model choose({2} \U
  1446. {3}) = 2, and in some other model choose({2} \U {3}) = 3. The specification
  1447. won't allow you to prove either of these things, of course, because whatever
  1448. is provable from the specification is true in all models.
  1449.  
  1450. 2.15 How does LSL handle undefined terms?
  1451.  
  1452. The following answer is adapted from a posting to `comp.specification.larch'
  1453. by Horning (July 19, 1995) in response to a question by Leavens (July 18,
  1454. 1995).
  1455.  
  1456.      The trouble starts with your question: there are no "undefined
  1457.      terms" in LSL. LSL is a language of total functions. There are no
  1458.      partial functions associated with operators, although there may be
  1459.      underspecified operators (i.e., operators bound to functions with
  1460.      different values in different models). The possibility of
  1461.      underspecification is intentional; it is important that models of
  1462.      traits do not have to be isomorphic.
  1463.  
  1464. Another way to say this is that in an algebraic model of a trait (see
  1465. section 2.14 What is the meaning of an LSL specification?), each term
  1466. denotes an equivalence class, which can be thought of as its definition in
  1467. that algebra. In other algebras, the same term may be in a nonisomorphic
  1468. equivalence class, if the term is underspecified.
  1469.  
  1470. To make this clearer, consider the following trait.
  1471.  
  1472. QTrait : trait
  1473.   includes Integer
  1474.   Q union of theBool: Bool, theInt: Int
  1475.   introduces
  1476.     isPositive: Q -> Bool
  1477.   asserts
  1478.     \forall q: Q
  1479.       isPositive(q) == q.theInt > 0 /\ (tag(q) = theInt);
  1480.   implies
  1481.     \forall q: Q, b: Bool
  1482.       isPositive(q) == (tag(q) = theInt) /\ q.theInt > 0;
  1483.       isPositive(q) == if (tag(q) = theInt)
  1484.                        then q.theInt > 0 else false;
  1485.       isPositive(theBool(b)) == false;
  1486.     converts isPositive: Q -> Bool
  1487.  
  1488. In this trait, the question is whether the assertion that defines isPositive
  1489. is written correctly. In particular, is isPositive(theBool(true))
  1490. "undefined" or an error? This is clarified in the implies section of the
  1491. trait, which claims that the order of conjuncts in the definition of
  1492. isPositive does not matter, that the definition using if is equivalent, that
  1493. the meaning of isPositive(theBool(true)) is false, and that isPositive is
  1494. converted (see section 2.12 How and when should I use a converts clause?).
  1495.  
  1496. The trait QTrait says that q.theInt is always of sort Int. However, it
  1497. places no constraint on what integer it is, unless tag(q) = theInt. So in
  1498. the definition and the first implication, both operands of /\ are always
  1499. defined (i.e., always mean either true or false, since Bool is generated by
  1500. true and false), even though we may not always know which. So the definition
  1501. is fine, and the implications are all provable.
  1502.  
  1503. The fact that you don't have to use if, and that all the classical laws of
  1504. logic (like conjunction being symmetric) apply is a big advantage of the
  1505. total function interpretation of LSL. See section 2.16.1 Can I specify a
  1506. partial function in LSL? for more discussion.
  1507.  
  1508. 2.16 Is there support for partial specifications in LSL?
  1509.  
  1510. There are two ways one might understand this question. These are dealt with
  1511. below.
  1512.  
  1513.    * Can I specify a partial function in LSL?
  1514.    * Do I have to specify everything completely in LSL?
  1515.  
  1516. 2.16.1 Can I specify a partial function in LSL?
  1517.  
  1518. Technically, no; all functions specified in LSL are total (see section 2.14
  1519. What is the meaning of an LSL specification?). Thus every operator specified
  1520. in LSL takes on some value for every combination of arguments. What you can
  1521. do is to underspecify such an operator, by not specifying what its value is
  1522. on all arguments. For example, the operator head in the handbook trait List
  1523. (see [Guttag-Horning93], p. 173) is underspecified in this sense, because no
  1524. value is specified for head(empty). It is a synonym to say that head is
  1525. weakly-specified.
  1526.  
  1527. One reason LSL takes this approach to dealing with partial functions is that
  1528. it makes the logic used in LSL classical. One doesn't have to worry about
  1529. non-classical logics, and "bottom" elements of types infecting a term
  1530. [Gries-Schneider95]. Another reason is that when LSL is used with a BISL,
  1531. the precondition of a procedure specification can protect the operators used
  1532. in the postcondition from any undefined arguments [Leavens-Wing97].
  1533.  
  1534. (If you want to develop a theory of partial functions, however, you can do
  1535. that in LSL. For example, you can specify a type with a constant bottom,
  1536. that, for you, represents "undefined". You will just have to manipulate your
  1537. partial functions with LSL operators that are total functions.)
  1538.  
  1539. 2.16.2 Do I have to specify everything completely in LSL?
  1540.  
  1541. No, you don't have to specify everything completely in LSL. It's a good
  1542. idea, in fact, to only specify the aspects that are important for what you
  1543. are doing. For example, if you want to reason about graph data structures,
  1544. it's best to not (at first, anyway) try to specify the theory of graphs in
  1545. great detail. Put in what you want, and go with that. (This won't hurt
  1546. anything, because whatever you need to prove you'll be forced to add
  1547. eventually.)
  1548.  
  1549. Anything you can specify in LSL, you can do incompletely. (There are no
  1550. "theory police" that will check your traits for completeness.) To
  1551. incompletely specify a sort, for example, nodes in a graph, just use it's
  1552. name in operations and don't say anything more about it. If you need to have
  1553. some operators that manipulate nodes, then write their signatures into the
  1554. introduces section, but don't write any axioms for them. If you need to know
  1555. some properties of these operators, you can write enough axioms in the
  1556. asserts section to prove them (perhaps making some of the properties
  1557. theorems in the implies section).
  1558.  
  1559. The time to worry about the completeness of your theory is when you are
  1560. having trouble proving some of the things you want to prove about it, or if
  1561. you are preparing it for reuse by others. (On the other hand, a less
  1562. complete theory is often more general, so when trying to generalize a trait
  1563. for others to use, sometimes it helps to relax some of the properties you
  1564. have been working with.)
  1565.  
  1566. 2.17 Can I define operators using recursion?
  1567.  
  1568. Yes, you can define operators recursively. A good, and safe, way to do this
  1569. is to use structural induction (e.g., on the generators of a sort). For
  1570. example, look at how count is defined in the handbook trait BagBasics (see
  1571. [Guttag-Horning93], p. 168). In this trait, the sort C of bags is generated
  1572. by the operators {} and insert. There is one axiom that specifies count when
  1573. its second argument is the empty bag, and one that specifies count when its
  1574. argument is constructed using insert. There are many other examples in the
  1575. Guttag and Horning's handbook (see [Guttag-Horning93], Appendix A), for
  1576. example the many specifications of operator size (Section A.5), the
  1577. specification of the operators head and tail in the trait Queue (p. 171),
  1578. the specification of flatten in the trait ListStructureOps (p. 183), and the
  1579. specification of operator + in the trait Positive (p. 202). See section 2.19
  1580. Can you give me some tips for specifying things with LSL?, for more details
  1581. on structural induction.
  1582.  
  1583. This kind of recursive specification is so common that if you are familiar
  1584. with functional programming (especially in a language like Haskell or ML),
  1585. then it's quite helpful to think that way when writing LSL traits.
  1586.  
  1587. There is one thing to be careful of, however. Unless you use structural
  1588. induction, you might specify an inconsistent trait. The following example
  1589. (from David Schmidt, personal communication), illustrates the problem. This
  1590. trait includes the Integer trait of Guttag and Horning's handbook (see
  1591. [Guttag-Horning93], p. 163).
  1592.  
  1593. BadRecTrait: trait
  1594.   includes Integer
  1595.   introduces
  1596.     f: Int -> Int
  1597.   asserts
  1598.     \forall i: Int
  1599.       f(i) == f(i) + 1;
  1600.  
  1601. It's easy to prove that this trait is inconsistent; subtract f(i) from both
  1602. sides of the defining equation for f, and you obtain 0 = 1. As a heuristic
  1603. for avoiding this kind of mistake, avoid recursive specifications that don't
  1604. "make progress" when regarded as programs.
  1605.  
  1606. It's also possible to fall into a pit when recursively defining a partial
  1607. function. The following is a silly example, but illustrates the problem.
  1608.  
  1609. BadZeroTrait: trait
  1610.   includes Integer, MinMax(Int)
  1611.   introduces
  1612.     zero: Int -> Int
  1613.   asserts
  1614.     \forall k: Int
  1615.       zero(k) == if k = 0 then 0 else min(k, zero(k-1));
  1616.  
  1617. This is silly, the idea being to define a constant function that returns
  1618. zero for any nonnegative integer. Still, it looks harmless. However, what
  1619. does the specification say about zero(-1). It's easy to see that it's less
  1620. than -1, and less than -2, and indeed less than any integer. But the Integer
  1621. trait in Guttag and Horning's handbook (see [Guttag-Horning93], p. 163) does
  1622. not allow there to be such an integer; so this trait is inconsistent. To
  1623. solve this problem, you could change the axiom defining zero to indicate the
  1624. intended domain, as follows.
  1625.  
  1626.      \forall k: Int
  1627.       (k >= 0) => zero(k) = (if k = 0 then 0 else min(k, zero(k-1)));
  1628.  
  1629. This revised axiom would allow zero(-1) to have any value. Another cure for
  1630. this kind of example would be to specify the domain of zero as the natural
  1631. numbers. (Of course, for this particular example, a nonrecursive definition
  1632. is also preferable.)
  1633.  
  1634. See section 2.18 What pitfalls are there for LSL specifiers?, for another
  1635. thing to watch for when making a recursive definition.
  1636.  
  1637. 2.18 What pitfalls are there for LSL specifiers?
  1638.  
  1639. According to Guaspari (posting to the larch-interest mailing list, on March
  1640. 8, 1995), "the commonest `purely mathematical' mistakes" in trait
  1641. definitions occur when one uses structural induction "over constructors that
  1642. don't freely generate a sort". To understand this, consider his example,
  1643. which includes the handbook trait Set (see [Guttag-Horning93], page 167).
  1644.  
  1645. GuasparisExample: trait
  1646.   includes Integer, Set(Int, Set[Int])
  1647.  
  1648.   introduces
  1649.     select: Set[Int] -> Int
  1650.  
  1651.   asserts
  1652.     \forall s: Set[Int], e: Int
  1653.       select(insert(e, s)) == e;
  1654.  
  1655.   implies
  1656.     equations
  1657.       insert(1, {2}) == insert(2, {1});
  1658.       select(insert(1, {2})) == select(insert(2, {1}));
  1659.       1 == 2;  % ouch!
  1660.  
  1661. In the above example, the problem with the definition of select is that it's
  1662. not well-defined with respect to the equivalence classes of the sort
  1663. Set[Int]. The problem is highlighted in the implies section of the trait.
  1664. The first implication is a reminder that the order of insertion in a set
  1665. doesn't matter; that is, insert(1, {2}) and insert(2, {1}) are equivalent
  1666. sets because they have the same members. In the jargon, insert(1, {2}) and
  1667. insert(2, {1}) are members of the same equivalence class. The second
  1668. implication is a reminder that an operator, such as select must give the
  1669. same result on equal arguments; in the jargon, a function must "respect" the
  1670. equivalence classes. But the definition of select does not respect the
  1671. equivalence classes, because if one applies the definition to both sides of
  1672. the second implication, one concludes that 1 = 2.
  1673.  
  1674. One way to fix the above definition is shown by the trait ChoiceSet in
  1675. Guttag and Horning's handbook (see [Guttag-Horning93], page 176). Another
  1676. way that would work in this example (because integers are ordered) would be
  1677. to define an operator minimum on the sort Set[Int], and to use that to
  1678. define select as follows.
  1679.  
  1680. GuasparisExampleCorrected: trait
  1681.   includes Integer, Set(Int, Set[Int]), MinMax(Int)
  1682.  
  1683.   introduces
  1684.     select: Set[Int] -> Int
  1685.     minimum: Set[Int] -> Int
  1686.  
  1687.   asserts
  1688.     \forall s: Set[Int], e, e1, e2: Int
  1689.       minimum(insert(e, {})) == e;
  1690.       minimum(insert(e1, insert(e2, s)))
  1691.         == min(e1, minimum(insert(e2, s)));
  1692.       select(insert(e, s)) == minimum(insert(e, s));
  1693.  
  1694.   implies
  1695.     \forall s: Set[Int], e1, e2: Int
  1696.       minimum(insert(e1, insert(e2, s)))
  1697.         == minimum(insert(e2, insert(e1, s)));
  1698.       select(insert(1, {2})) == 1;
  1699.       select(insert(2, {1})) == 1;
  1700.  
  1701. To show that minimum is well-defined, one has to prove that it gives the
  1702. same answer for all terms in the same equivalence class. The first
  1703. implication is this trait does not prove this in general, but does help in
  1704. debugging the trait.
  1705.  
  1706. To explain the difference that having a "freely-generated" sort makes,
  1707. compare the trait GuasparisExample above to the handbook trait Stack (see
  1708. [Guttag-Horning93], page 170). In that trait, top is defined using the
  1709. following equation.
  1710.  
  1711.   \forall e: E, stk: C
  1712.     top(push(e, stk)) == e;
  1713.  
  1714. Why doesn't this definition have the same problem as the definition of
  1715. select? Because it respects the equivalence classes of the sort C (stacks).
  1716. Why? Because there is no partitioned by clause for Stack, all equivalence
  1717. classes of stacks have a canonical representative. The canonical
  1718. representative is a term built using just the operators noted in the
  1719. generated by clause for Stack: empty and push; it is canonical because there
  1720. is only one way to use just these generators to produce a value in each
  1721. equivalence class. The sort of stacks is called freely generated because of
  1722. this property. (The sort for sets is not freely generated, because there is
  1723. more than one term built using the generators that represents the value
  1724. {1,2}.) Since a term of the form push(e, stk) is a canonical representative
  1725. of its equivalence class, the specification of top automatically respects
  1726. the equivalence classes.
  1727.  
  1728. A more involved example is the definition of the set membership operator
  1729. (\in) for sets (see [Guttag-Horning93], p. 166 and p. 224). Since sets are
  1730. not freely generated, it takes work to prove that the specification of \in
  1731. is well-defined. You might want to convince yourself of that as an exercise.
  1732.  
  1733. In summary, to avoid this first pitfall, remember the following mantra when
  1734. defining operators over a sort with a partitioned by clause or an
  1735. interesting notion of equality.
  1736.  
  1737.      Is it well-defined?
  1738.  
  1739. As a help in avoiding this problem, you can use a freely generated by clause
  1740. in the most recent versions of LSL. The use of a freely generated by clause
  1741. makes it clear that the reader does not have to be concerned about
  1742. ill-defined structural inductions.
  1743.  
  1744. Another pitfall in LSL is to assert that all values of some freely-generated
  1745. type satisfy some nontrivial property. An example is the trait given below.
  1746.  
  1747. BadRational: trait
  1748.   includes Integer
  1749.   Rational tuple of num: Int, den: Int
  1750.   asserts
  1751.     \forall r: Rational
  1752.        r.den > 0;
  1753.   implies
  1754.     equations
  1755.       ([3, -4]).den > 0;
  1756.       (-4) > 0;          % oops!
  1757.  
  1758. In this trait, the implications highlight the consequences of this
  1759. specification pitfall: an inconsistent theory. The reason the above trait is
  1760. inconsistent is that it says that all integers are positive. This is because
  1761. for all integers i and j, one can form a tuple of sort rational by writing
  1762. [i, j]. This kind of inconsistency arises whenever one has a freely
  1763. generated sort, such as LSL tuples, and tries to add constraints as
  1764. properties. There are several ways out of this particular pit. The most
  1765. straightforward is to use a different sort for the denominators of rationals
  1766. (e.g., the positive numbers, as in [Guttag-Horning93], page 207). Another
  1767. way is to specify the sort Rational without using a tuple, but using your
  1768. own constructor, such as mkRat; this allows the sort to be not freely
  1769. generated. The only problem with that approach is that one either has to
  1770. make arbitrary or difficult decisions (such as the value of mkRat(3, 0)), or
  1771. one has to be satisfied with an underspecified constructor. Another way to
  1772. avoid this is to use a parameterized trait; for example, we could have
  1773. parameterized BadRational by the sort Int, and instead of including the
  1774. trait Integer, used an assumes clause to specify the property desired of the
  1775. denominator's sort. In some cases, one can postpone asserting such
  1776. properties until one reaches the interface specification; this is because in
  1777. a BISL one can impose such properties on variables, not on entire sorts.
  1778.  
  1779. To avoid this pit, think of the following mantra.
  1780.  
  1781.      Is this property defining a sort, or imposing some constraint on
  1782.      another sort?
  1783.  
  1784. (If the answer is that it's imposing a constraint on another sort, watch out
  1785. for the pit!)
  1786.  
  1787. A pitfall that some novices fall into is forgetting that LSL is a purely
  1788. mathematical notation, that has no concept of state or side effects. For
  1789. example, the following are surely incorrect signatures in LSL.
  1790.  
  1791. BadSig: trait
  1792.   includes Integer
  1793.   introduces
  1794.    currentTime: -> Seconds
  1795.    random: -> Int
  1796.  
  1797. If you think random is a good signature for a random number generator,
  1798. you've fallen into the pit. The operator random is an (underspecified)
  1799. constant; that is, random stands for some particular integer, always the
  1800. same one no matter how many times it is mentioned in an assertion. The
  1801. operator currentTime illustrates how mathematical notation is "timeless": it
  1802. is also a constant.
  1803.  
  1804. How could you specify a notion like a clock in LSL? What you have to do is,
  1805. instead of specifying the concept of "the current time", specify the concept
  1806. of a clock. For example consider the following trait.
  1807.  
  1808. ClockTrait: trait
  1809.   assumes TotalOrder(Seconds for T)
  1810.   introduces
  1811.     newClock: Seconds -> Clock
  1812.     tick: Clock -> Clock
  1813.     currentTime: Clock -> Seconds
  1814.   asserts
  1815.     Clock generated by newClock, tick
  1816.     \forall sec: Seconds, c: Clock
  1817.       currentTime(newClock(sec)) == sec;
  1818.       currentTime(tick(c)) > currentTime(c);
  1819.   implies
  1820.     \forall sec: Seconds, c: Clock
  1821.       currentTime(tick(tick(c))) > currentTime(c);
  1822.  
  1823. Note that a clock doesn't change state in LSL, however, because each clock
  1824. is also timeless, the tick operator produces a new Clock value. Tricks like
  1825. this are fundamental to semantics (see, for example, [Schmidt86]). As an
  1826. exercise, you might want to specify a random number generator along the same
  1827. lines.
  1828.  
  1829. To avoid this pit remember the following mantra when you are writing the
  1830. signatures of operators in LSL.
  1831.  
  1832.      Does this operator have any hidden parameters?
  1833.  
  1834. There are no hidden parameters, or global variables, in LSL.
  1835.  
  1836. A logical pitfall that one can fall prey of in LSL is failing to understand
  1837. that the quantifiers on an equation in LSL are outside the equation as a
  1838. whole. Usually this problem can be detected when there is a free variable
  1839. that appears only on the right-hand side of an equation. (This assumes that
  1840. you use the typical convention of having the right-hand side of an equation
  1841. be the "result" of the left-hand side.) For example, consider the following
  1842. (from [Wing95], p. 13).
  1843.  
  1844. BadSubsetTrait: trait
  1845.   includes SetBasics(Set[E] for C)
  1846.   introduces
  1847.     __ \subseteq __: Set[E], Set[E] -> Bool
  1848.   asserts
  1849.     \forall e: E, s1, s2: Set[E]
  1850.       s1 \subseteq s2 == (e \in s1 => e \in s2);
  1851.   implies
  1852.     \forall e: E, s1, s2: Set[E]
  1853.       (e \in s1 /\ e \in s2) => s1 \subseteq s2;
  1854.  
  1855. The implication highlights the problem: if two sets have any single element
  1856. in common, then they are considered subsets of each other by the above
  1857. trait. This trait could be corrected in LSL by writing the quantifier inside
  1858. the defining equation. (See section 2.24 How do I write logical quantifiers
  1859. within an LSL term?, for the meaning of \A.)
  1860.  
  1861.     \forall e: E, s1, s2: Set[E]
  1862.       s1 \subseteq s2 == \A e (e \in s1 => e \in s2);
  1863.  
  1864. This is different, because the right-hand side must hold for all e, not just
  1865. some arbitrary e.
  1866.  
  1867. To avoid this pit remember the following mantra whenever you use a variable
  1868. on only one side of an equation.
  1869.  
  1870.      Is it okay if this variable has a single, arbitrary value?
  1871.  
  1872. See Wing's paper "Hints to Specifiers" [Wing95] for more tips and general
  1873. advice.
  1874.  
  1875. 2.19 Can you give me some tips for specifying things with LSL?
  1876.  
  1877. Yes indeed, we can give you some tips.
  1878.  
  1879. The first tip helps you write down an algebraic specification of a sort that
  1880. is intended to be used as an abstract data type (see [Guttag-Horning78],
  1881. Section 3.4, and [Guttag-Horning93], Section 4.9). The idea is to divide the
  1882. set of operators of your sort into generators and observers. A constructor
  1883. returns your sort, while an observer takes your sort in at least one
  1884. argument and returns some more primitive sort (such as Bool). The tip
  1885. (quoted from [Guttag-Horning93], p. 54) is to:
  1886.  
  1887.      Write an equation defining the result of applying each observer to
  1888.      each generator.
  1889.  
  1890. For example, consider the following trait.
  1891.  
  1892. ResponseSigTrait: trait
  1893.   introduces
  1894.     yes, no, maybe: -> Response
  1895.     optimistic, pessimistic: Response -> Bool
  1896.   asserts
  1897.     Response generated by yes, no, maybe
  1898.     Response partitioned by optimistic, pessimistic
  1899.  
  1900. In this trait, the generators are yes, no, and maybe; the observers are
  1901. optimistic and pessimistic. What equations would you write?
  1902.  
  1903. According to the tip, you would write equations with left-hand sides as in
  1904. the following trait. (The tip doesn't tell you what to put in the right hand
  1905. sides.)
  1906.  
  1907. ResponseTrait: trait
  1908.   includes ResponseSigTrait
  1909.  
  1910.   asserts
  1911.     equations
  1912.       optimistic(yes) == true;
  1913.       optimistic(no) == false;
  1914.       optimistic(maybe) == true;
  1915.       pessimistic(yes) == false;
  1916.       pessimistic(no) == true;
  1917.       pessimistic(maybe) == true;
  1918.  
  1919.   implies
  1920.     \forall r: Response
  1921.       yes ~= no;
  1922.       yes ~= maybe;
  1923.       no ~= maybe;
  1924.       optimistic(r) == r = yes \/ r = maybe;
  1925.       pessimistic(r) == r = no \/ r = maybe;
  1926.  
  1927. (Defining the operators optimistic and pessimistic as in the last two
  1928. equations in the implies section of the above trait is not wrong, but
  1929. doesn't follow the tip. That kind of definition can be considered a
  1930. shorthand notation for writing down the equations in the asserts section.)
  1931.  
  1932. As in the above example, you can specify that some set of generators is
  1933. complete by listing them in a generated by clause. If you have other
  1934. generators, what Guttag and Horning call extensions, then they can be
  1935. defined in much the same way as the observers are defined. As an exercise,
  1936. try defining the operator introduced in the following trait.
  1937.  
  1938. ResponseTraitExercise: trait
  1939.   includes ResponseTrait
  1940.   introduces
  1941.     negate: Response -> Response
  1942.  
  1943. Here are some other general tips for LSL.
  1944.  
  1945.    * Try to find a trait that you can reuse before starting to write your
  1946.      own trait. Familiarity with Guttag and Horning's handbook
  1947.      ([Guttag-Horning93], Appendix A) is very helpful. See section 2.23
  1948.      Where can I find handbooks of LSL traits? for other handbooks of
  1949.      traits.
  1950.    * Break your trait into small pieces. While it's not necessary to do so,
  1951.      your traits will be more reusable and more easily understood if they
  1952.      are small and focus on a tightly-related set of operators. One
  1953.      suggestion is to try to organize your trait as either an ADT (defining
  1954.      a sort such as sets, queues, integers, etc.), or as a mixin. A mixin
  1955.      trait defines a few operators, or a few properties on operators.
  1956.      Examples of mixin traits include all of those in Sections A.10 to A.14
  1957.      of [Guttag-Horning93] (such as Associative, Symmetric, TotalOrder, and
  1958.      MinMax). A mixin trait typically does not have a generated by or
  1959.      partitioned by clause (although the latter sometimes are implied by
  1960.      such traits), whereas an ADT trait typically will have at least a
  1961.      generated by clause.
  1962.    * When writing assertions, think about properties instead of algorithms.
  1963.      Since LSL specifications are not executed, you don't have to worry
  1964.      about efficiency; instead worry about clarity and correctness. For
  1965.      example, when specifying a sort operator, the following is a perfectly
  1966.      good idea, even though the implicit algorithm (generate and test) is
  1967.      terribly inefficient.
  1968.  
  1969.        \forall l1,l2: List[OrderedItem]
  1970.          sort(l1) = l2 ==  permutation(l1, l2) /\ ordered(l2);
  1971.  
  1972.    * State implications in your traits, and use LP to debug your traits.
  1973.      Even if you don't have time to do a lot of this, the mere act of
  1974.      thinking about whether what you have written really does imply what you
  1975.      think it should will have a beneficial effect on your traits.
  1976.    * When you use a negative number in a trait, always put parentheses
  1977.      around it. For example, the term -1 < 0 does not parse in LSL unless
  1978.      you put parentheses around the -1.
  1979.  
  1980. See Wing's paper "Hints to Specifiers" [Wing95] for several more tips and
  1981. general advice.
  1982.  
  1983. You can also find other tips by looking for the "mottos" and "mantras" in
  1984. this chapter. See section 2.18 What pitfalls are there for LSL specifiers?,
  1985. for tips on what to avoid.
  1986.  
  1987. 2.20 How do I know when my trait is abstract enough?
  1988.  
  1989. This is a good question, although there's no hard-and-fast answer to it. To
  1990. help you in deciding whether a specification is sufficiently abstract, we'll
  1991. give you a checklist, and an example of what not to do.
  1992.  
  1993.    * Are you using an overly-specific representation?
  1994.    * Are you specifying an algorithm for an operator instead of its
  1995.      properties?
  1996.    * Are you working with an overly-specific sort of data instead of a sort
  1997.      parameter and some assumed properties?
  1998.    * Are you specifying any unnecessary sizes or other constants?
  1999.  
  2000. To illustrate this checklist, we'll give a really awful example of a
  2001. specification that isn't abstract enough. It illustrates every fault in the
  2002. above list. (Of course, you'd never write anything this bad.)
  2003.  
  2004. NonAbstractSet: trait
  2005.   includes Integer
  2006.  
  2007.   SmallSet tuple of firstDef, secondDef, thirdDef: Bool,
  2008.                     first, second, third: Int
  2009.  
  2010.   introduces
  2011.     {}: -> SmallSet
  2012.     insert: Int, SmallSet -> SmallSet
  2013.     __ \in __: Int, SmallSet -> Bool
  2014.     size: SmallSet -> Int
  2015.  
  2016.   asserts
  2017.     \forall i,i1,i2,i3: Int, s: SmallSet, b1,b2,b3: Bool
  2018.       {} == [false, false, false, 0, 0, 0];
  2019.  
  2020.       insert(i, s)
  2021.          == if ~s.firstDef
  2022.                  then set_first(set_firstDef(s, true), i)
  2023.             else if ~s.secondDef
  2024.                  then set_second(set_secondDef(s, true), i)
  2025.             else if ~s.thirdDef
  2026.                  then set_third(set_thirdDef(s, true), i)
  2027.             else s;
  2028.  
  2029.       i \in s == if s.firstDef /\ i = s.first
  2030.                     then true
  2031.                  else if s.secondDef /\ i = s.second
  2032.                       then true
  2033.                  else if s.thirdDef /\ i = s.third
  2034.                       then true
  2035.                  else false;
  2036.  
  2037.       size(s) == if ~s.firstDef then 0
  2038.                  else if ~s.secondDef then 1
  2039.                  else if ~s.thirdDef then 2
  2040.                  else 3;
  2041.  
  2042. Comparing this specification with the one in Guttag and Horning's handbook
  2043. ([Guttag-Horning93], pp. 166-167) reveals a lot about how to write more
  2044. abstract specifications. Notice that the trait NonAbstractSet represents the
  2045. sort SmallSet as a tuple. This is akin to a "design decision" and makes the
  2046. specification less abstract. Another problem is the specification of
  2047. algorithms for the observers insert, \in, and size. These could be made more
  2048. abstract, even without changing the definition of the sort SmallSet. For
  2049. example, using the idea of generators and observers (see section 2.19 Can
  2050. you give me some tips for specifying things with LSL?), one could specify
  2051. \in as follows.
  2052.  
  2053.     i \in {} == false;
  2054.     size(s) < 3 => (i \in insert(i, s) = true);
  2055.  
  2056. The above trait also defines sets of integers, even though it doesn't
  2057. particularly depend on the properties of integers. It would be more abstract
  2058. to specify sets of elements. Finally the trait only works for sets of three
  2059. elements. Unless there is some good reason for this (for example, modeling
  2060. some particular implementation), you should avoid such arbitrary limits in
  2061. LSL. They can easily be imposed at the interface level.
  2062.  
  2063. Look at traits in the LSL handbook for examples of how to do things right.
  2064. You may find that a trait can be too abstract to make it easily understood;
  2065. that's fine, you don't have to try to define the ultimate theory of whatever
  2066. you're working with.
  2067.  
  2068. See [Wing95], section 4.1 for a more extended discussion on the above ideas.
  2069. You might want to look at [Liskov-Guttag86] for more background on the
  2070. general idea of abstraction in specification. See also [Jones90] for the
  2071. related idea of "implementation bias".
  2072.  
  2073. 2.21 Is there a way to write a trait that will guarantee consistency?
  2074.  
  2075. The question of how to write a trait that will guarantee consistency is
  2076. important for two reasons.
  2077.  
  2078.    * If you use all of LSL, which includes first-order logic, consistency is
  2079.      undecidable.
  2080.    * If your trait is inconsistent, then for most purposes the theory you
  2081.      are specifying is worthless, because everything will be provable (even
  2082.      equations such as true == false).
  2083.  
  2084. You can trade off ease of expression vs. ease of proving consistency as
  2085. follows (quoted from Garland's posting to `comp.specification.larch', June
  2086. 26, 1996).
  2087.  
  2088.      If you are willing to sacrifice ease of proving consistency, you
  2089.      can axiomatize your theories in first-order logic, where
  2090.      consistency is undecidable.
  2091.  
  2092.      If you are willing to sacrifice ease of expression, you can
  2093.      achieve consistency as do Boyer and Moore
  2094.      [Boyer-Moore79][Boyer-Moore88] with their "principle of
  2095.      definition"; that is, you can axiomatize your theories in
  2096.      primitive recursive arithmetic rather than in first-order logic.
  2097.  
  2098.      If you are willing to settle for some sort of middle ground, and
  2099.      you are willing to wait, a future release of the LSL Checker may
  2100.      provide some help. I've been thinking about how to enhance the
  2101.      checker to provide warnings about potentially inconsistent
  2102.      constructions, basically by using a less restrictive version of
  2103.      Boyer-Moore principle of definition to classify constructs as safe
  2104.      or unsafe.
  2105.  
  2106.      Part of my envisioned project for having LSL issue warnings about
  2107.      potential inconsistencies involves generating proof obligations
  2108.      for LP that can be used to establish consistency when it is in
  2109.      doubt.
  2110.  
  2111. So you can understand this tradeoff better, and so you can be aware of when
  2112. to worry about consistency, we will explain Boyer and Moore's shell
  2113. principle and definition principle and how they apply to LSL.
  2114.  
  2115. Boyer and Moore's shell principle (see [Boyer-Moore88] Section 2.3 and
  2116. [Boyer-Moore79] Section III.E) is a way of introducing new tuple-like sorts;
  2117. one would follow it literally in LSL by only using tuple of to construct
  2118. sorts. This prevents inconsistency, because it prevents the operators that
  2119. construct the new sorts from changing the theory of existing sorts. (That
  2120. is, the new theory is a conservative extension of the existing theory; see,
  2121. for example, Section 6.12 of [Ehrig-Mahr85].)
  2122.  
  2123. Although following the shell principle literally seems far too restrictive
  2124. in practice for LSL, one can try to use its ideas to define new sorts in a
  2125. disciplined way to help prevent inconsistency. This is done by divide the
  2126. set of operators of your sort into generators and observers and specifying
  2127. the result of applying each observer to each generator, as described above
  2128. (see section 2.19 Can you give me some tips for specifying things with
  2129. LSL?). For an example, see the handbook trait SetBasics (in
  2130. [Guttag-Horning93], page 166). However, it's not clear whether following
  2131. this discipline guarantees that your theory will be consistent.
  2132.  
  2133. Boyer and Moore's definition principle (see [Boyer-Moore88] Section 2.6) is
  2134. a way of defining auxiliary functions (operators in a trait that are not
  2135. generators and that are not the primitive observers used in defining a
  2136. sort). The definition principle does not allow one to underspecify a
  2137. function; its value must be defined in all of its declared domain.
  2138. Furthermore, recursion is only allowed if one can prove that the recursion
  2139. is terminating. For LSL this means that a definition of operator f satisfies
  2140. the definition principle if it satisfies the following conditions.
  2141.  
  2142.    * There is just one equation that defines the operator f, and it has the
  2143.      following form, where x1, ..., xn are distinct logical variables,
  2144.      called the "formals", and body is an LSL term, called the "body".
  2145.  
  2146.      f(x1, ..., xn) == body
  2147.  
  2148.    * The only free variables in body are the formals, x1, ..., xn.
  2149.    * If the definition is recursive, then the recursion must be proved to
  2150.      terminate.
  2151.  
  2152. See section 2.17 Can I define operators using recursion?, for how a
  2153. nonterminating recursive definition can cause inconsistency.
  2154.  
  2155. For examples of what may happen when some of the other conditions of the
  2156. definition principle are violated, consider the following trait.
  2157.  
  2158. BadDefinitionsTrait: trait
  2159.   includes Integer
  2160.   introduces
  2161.     moreThanOneAxiom: Int -> Bool
  2162.     freeVarsInBody: Int -> Int
  2163.   asserts
  2164.     \forall i, k: Int
  2165.       moreThanOneAxiom(i) == i >= 0;
  2166.       moreThanOneAxiom(i) == i <= 0;
  2167.       freeVarsInBody(i) == k + i;
  2168.   implies
  2169.     equations
  2170.       true == false;
  2171.       3 == 2;
  2172.  
  2173. The two axioms for the operator moreThanOneAxiom makes the theory
  2174. inconsistent; to see this, consider the following calculation.
  2175.  
  2176.     true
  2177.   = {by the trait Integer}
  2178.     4 >= 0
  2179.   = {by the first axiom}
  2180.     moreThanOneAxiom(4)
  2181.   = {by the second axiom}
  2182.     4 <= 0
  2183.   = {by the trait Integer}
  2184.     false
  2185.  
  2186. See section 2.18 What pitfalls are there for LSL specifiers?, for the trait
  2187. BadRational that illustrates a more subtle way to fall into this kind of
  2188. inconsistency.
  2189.  
  2190. In the trait BadDefinitionsTrait above, the axiom for freeVarsInBody also
  2191. makes the theory inconsistent. This can be seen as follows.
  2192.  
  2193.     3
  2194.   = {by the trait Integer}
  2195.     3 + 0
  2196.   = {by the axiom for freeVarsInBody, with k = 3}
  2197.     freeVarsInBody(0)
  2198.   = {by the axiom for freeVarsInBody, with k = 2}
  2199.     2 + 0
  2200.   = {by the trait Integer}
  2201.     2
  2202.  
  2203. See section 2.18 What pitfalls are there for LSL specifiers?, for the trait
  2204. BadSig that illustrates another way to fall into this kind of inconsistency.
  2205.  
  2206. Because Boyer and Moore's definition principle is quite restrictive, it
  2207. should be emphasized that the definition principle does not have to be used
  2208. in LSL, and is not even necessary for making consistent definitions. For
  2209. example, it seems perfectly reasonable to specify an auxiliary operator by
  2210. using several equations, one for each generator of an argument sort (see
  2211. section 2.19 Can you give me some tips for specifying things with LSL?),
  2212. instead of using just one equation and if then else. The definition
  2213. principle requires that all the variables in the defining equation be
  2214. distinct, but this seems only to prevent underspecification, not
  2215. inconsistency. (See section 2.16.2 Do I have to specify everything
  2216. completely in LSL?, for a discussion of underspecification.) The definition
  2217. principle also prohibits mutual recursion.
  2218.  
  2219. Remember that it's a tradeoff: if you use the definition principle, you are
  2220. guaranteed to make consistent auxiliary function definitions, but it may be
  2221. harder to specify what you want, and your specifications may be less clear
  2222. than they would be otherwise.
  2223.  
  2224. See section 3.17 How do I prove that my theory is consistent with LP?, for
  2225. how to use LP to help prove that a trait is consistent. This would be useful
  2226. if the trait violates either Boyer and Moore's shell principle or the
  2227. definition principle.
  2228.  
  2229. 2.22 Do I have to write all the traits I am going to use from scratch?
  2230.  
  2231. No, you don't have to write all the traits you are going to use from
  2232. scratch. You should certainly try to use Guttag and Horning's LSL handbook
  2233. traits ([Guttag-Horning93], Appendix A), which are freely available. Others
  2234. have also made other handbooks available. See section 2.23 Where can I find
  2235. handbooks of LSL traits?, for details on how to get these handbooks.
  2236.  
  2237. The whole idea of LSL is to enable reuse of traits, so you should
  2238. familiarize yourself with the relevant handbooks before starting to write
  2239. new traits.
  2240.  
  2241. 2.23 Where can I find handbooks of LSL traits?
  2242.  
  2243. The most commonly-used handbook of LSL traits is Guttag and Horning's
  2244. handbook ([Guttag-Horning93], Appendix A). This can be obtained by anonymous
  2245. ftp with the LSL checker (see section 2.3 Where can I get a checker for
  2246. LSL?). A hypertext version is on-line in
  2247.  
  2248.   http://www.research.digital.com/SRC/larch/toc.html
  2249.  
  2250. A general resource for all known handbooks that are publically available is
  2251. found on the world-wide web, at the following URL.
  2252.  
  2253.   http://www.cs.iastate.edu/~leavens/Handbooks.html
  2254.  
  2255. Besides a pointer to Guttag and Horning's handbooks, other handbooks found
  2256. there include handbooks of: mathematical traits, calendar traits, Larch/C++
  2257. traits. There is also a handbook of "SPECS traits", which allows one to
  2258. specify in a style similar to VDM-SL. The LSL input for these handbooks can
  2259. be obtained from the world-wide web page given above, or by anonymous ftp
  2260. from the following URL.
  2261.  
  2262.   ftp://ftp.cs.iastate.edu/pub/larch/
  2263.  
  2264. 2.24 How do I write logical quantifiers within an LSL term?
  2265.  
  2266. In LSL 3.1, you can write a universal quantifier within an LSL term by using
  2267. \A, and an existential quantifier using \E. As an example, consider the
  2268. following trait (from Leavens's Math handbook).
  2269.  
  2270. DenseOrder(T) : trait
  2271.   includes PartialOrder
  2272.   asserts
  2273.     \forall x,y,z: T
  2274.       (x < y) => (\E z (x < z /\ z < y));
  2275.   implies
  2276.     \forall x,y,z,t,u: T
  2277.       (x < y) => \E z \E t (x < z /\ z < t /\ t < y);
  2278.       (x < y) => \E z \E t \E u (x < z /\ z < t /\ t < u /\ u < y);
  2279.  
  2280. Note that the variables used in quantifiers are declared before the term.
  2281. The variable z used in the asserts section is existentially quantified, and
  2282. not universally quantified as might appear from its declaration.
  2283.  
  2284. 2.25 Where can I find LaTeX or TeX macros for LSL?
  2285.  
  2286. You can get a LaTeX style file, `larch.sty', and a macro file defining a
  2287. bunch of mathematical symbols, `larchmath.tex', by anonymous ftp from the
  2288. following URL.
  2289.  
  2290.   ftp://ftp.cs.iastate.edu/pub/larch/tex
  2291.  
  2292. These files were originally designed by Lamport, and revised by Horning.
  2293.  
  2294. The documentation for `larch.sty' says that it is to be used with LaTeX
  2295. 2.09. However, it can be used with LaTeX2e. To do so, put the following
  2296. lines at the start of your LaTeX input.
  2297.  
  2298. \documentclass{article}
  2299. \usepackage{larch}
  2300.  
  2301. Many published Larch papers and documents have formatting produced by these
  2302. TeX macros. However, it's not clear that the use of special symbols is a
  2303. good thing. Some of us prefer to let readers see the way the input is typed
  2304. (e.g., \in), because we think that non-mathematicians find it easier to
  2305. understand words instead of arbitrary symbols. There is some experimental
  2306. evidence for this [Finney96], so you might want to think about who your
  2307. audience is before you go to a great effort to print fancy symbols in your
  2308. specifications.
  2309.  
  2310. See section 2.26 How do I write some of those funny symbols in the Handbook
  2311. in my trait?.
  2312.  
  2313. 2.26 How do I write some of those funny symbols in the Handbook in my trait?
  2314.  
  2315. The ISO Latin codes for all of the "funny symbols" used in Guttag and
  2316. Horning's handbook are found on page 224 of [Guttag-Horning93]. Type the
  2317. characters on the right hand side when using LSL. If you are reading the
  2318. handbook in print form, you might want to tape a copy of that page to your
  2319. wall.
  2320.  
  2321. See section 2.25 Where can I find LaTeX or TeX macros for LSL?, for details
  2322. on how to get your specification to print out like the handbook.
  2323.  
  2324. 2.27 Is there a literate programming tool for use with LSL?
  2325.  
  2326. Yes, there actually is a version of "spiderweb" specialized for use with
  2327. LSL. If you are really a fan of such fancy systems, you can find it by using
  2328. the literate programming library's URL.
  2329.  
  2330.   http://info.desy.de/user/projects/LitProg.html
  2331.  
  2332. (If you don't know what literate programming is, you can find out there as
  2333. well.)
  2334.  
  2335. However, we have found that using the "noweb" system is much easier for most
  2336. people, and nearly as good. You can get noweb from the literate programming
  2337. library (see above), or directly from the following URL.
  2338.  
  2339.   http://www.cs.virginia.edu/~nr/noweb/intro.html
  2340.  
  2341. Even easier, it's possible to use the trait modularization facilities of LSL
  2342. (includes, and assumes) to use virtually the same style as a literate
  2343. programming system would support.
  2344.  
  2345. 2.28 Is there a tool for converting LSL to hypertext for the web?
  2346.  
  2347. Yes, Penix's "lsl2html" tool converts an LSL input file to HTML, so it can
  2348. be browsed over the net. It can be found at the following URL.
  2349.  
  2350.   http://www.ece.uc.edu/~kbse/lsl2html/
  2351.  
  2352. Unfortunately, Penix's tool has a few problems that have never been fixed.
  2353. Instead, you might want to use Leavens's tool "lcpp2html", which is
  2354. available from the following URL.
  2355.  
  2356.   http://www.cs.iastate.edu/~leavens/lcpp2html.html
  2357.  
  2358. To use this like "lsl2html" invoke it as follows.
  2359.  
  2360.   lcpp2html -P -I *.lsl
  2361.  
  2362. 3 The Larch Prover (LP)
  2363.  
  2364. In this chapter, we discuss questions about the larch prover (LP).
  2365.  
  2366.    * What is the Larch Prover (LP)?
  2367.    * What kind of examples have already been treated by LP?
  2368.    * How does LP compare with other theorem provers?
  2369.    * Where can I get an implementation of LP?
  2370.    * Is there a command reference or list of LP commands?
  2371.    * Can I change the erase character in LP?
  2372.    * How do I interrupt LP?
  2373.    * Do I need to use LSL if I use LP?
  2374.    * Do I need to use LP if I use LSL?
  2375.    * How do I use LP to check my LSL traits?
  2376.    * What is the use of each kind of file generated by the LSL checker?
  2377.    * If LP stops working on my input is it all correct?
  2378.    * How do I find out where I am in my proof?
  2379.    * What proof techniques does LP attempt automatically?
  2380.    * Can you give me some tips on proving things with LP?
  2381.    * What pitfalls are there for LP users?
  2382.    * How do I prove that my theory is consistent with LP?
  2383.    * How can I backtrack if I made a mistake in my proof?
  2384.    * How do I prove something like 0 <= 2 in LP?
  2385.    * How can I develop a proof that I can replay later?
  2386.    * Do I have to reprove everything in an included trait?
  2387.    * Does LP use assertions in the implies section of an included trait?
  2388.  
  2389. 3.1 What is the Larch Prover (LP)?
  2390.  
  2391. The Larch Prover (LP) [Garland-Guttag95] is a program that helps check and
  2392. debug proofs. It is not geared toward proving conjectures automatically, but
  2393. rather toward automating the tedious parts of proofs. It automates
  2394. equational rewriting (proofs by normalization), but does not (by default)
  2395. automatically try other proof techniques.
  2396.  
  2397. Although LP is a general proof assistant, its main uses in the context of
  2398. Larch are to:
  2399.  
  2400.    * aid the debugging of specifications (i.e., theories), by helping
  2401.      develop redundant conjectures and their proofs, and
  2402.    * checking old proofs in the context of changed theories, to see if the
  2403.      proof is still valid.
  2404.  
  2405. The philosophy behind LP is "based on the assumption that initial attempts
  2406. to state conjectures correctly, and then to prove them, usually fail"
  2407. ([Garland-Guttag91], page 1). Because of this, LP does not (by default)
  2408. automatically attempt steps in a proof that are difficult (i.e.,
  2409. speculative, or mathematically interesting). Thus LP does not appear to be a
  2410. "smart" assistant in finding proofs; it will not suddenly try a complex
  2411. induction by itself. This prevents LP from spending lots of computer time on
  2412. conjectures that are not true, and helps make LP predictable. LP can be
  2413. thought of more as a "faithful" and "exacting" assistant. This is
  2414. appropriate in the debugging stage of a proof, where the steps you should
  2415. follow in interacting with LP are as follows.
  2416.  
  2417.    * LP applies equational rewriting to your conjecture, and either tells
  2418.      you that it's true, or presents you with a subgoal that, if proved,
  2419.      will lead to the proof of your conjecture.
  2420.    * If you have something left to prove, then ask yourself: "why do I think
  2421.      this is true?"
  2422.    * If you don't think the current subgoal is true, then you can change
  2423.      your conjecture (for example, by strengthening the hypothesis) or your
  2424.      theory, and start over.
  2425.    * If you think the current subgoal is true, but think you've started the
  2426.      proof out the wrong way, then you can backtrack in the proof (by using
  2427.      the cancel command).
  2428.    * If you think the current subgoal is true, then tell LP to carry out a
  2429.      step in the proof that corresponds to your reason. (For example, if you
  2430.      believe that the subgoal is true because it's true in each of several
  2431.      cases, use the resume by cases command.)
  2432.    * LP will then carry out the corresponding proof step for you, and this
  2433.      process starts over.
  2434.  
  2435. Think of using LP as a game whose prize is certainty about why your
  2436. conjecture is true, or at least knowledge about what's wrong with your
  2437. theory or conjecture. The main tactical knowledge you need to play the game
  2438. well is the correspondence between reasons and proof techniques (see section
  2439. 3.15 Can you give me some tips on proving things with LP?). Also needed for
  2440. good play is the ability to always question the consistency of your theory
  2441. and the truth of your conjectures.
  2442.  
  2443. The interaction described above is fine for developing conjectures and their
  2444. proofs, but LP also has features for replaying proofs, so that you don't
  2445. have to interact with it when checking old proofs in slightly modified
  2446. settings. See section 3.20 How can I develop a proof that I can replay
  2447. later?
  2448.  
  2449. See [Guttag-Horning93], Chapter 7, and [Garland-Guttag95] for more
  2450. information. See section 3.2 What kind of examples have already been treated
  2451. by LP?, for more discussion about the uses of LP.
  2452.  
  2453. 3.2 What kind of examples have already been treated by LP?
  2454.  
  2455. The original reason LP was built to help debug formal specifications (see
  2456. [Garland-Guttag-Horning90] and Chapter 7 of [Guttag-Horning93]). It has,
  2457. however, also been used for several other purposes, including the following
  2458. (reported in messages to the larch-interest mailing list, February 7 and
  2459. July 23, 1994).
  2460.  
  2461.    * Formal verification of circuits and general reasoning about hardware
  2462.      designs (including proofs of invariants, properties, refinement, and
  2463.      equivalence between implementations and specifications, see, for
  2464.      example, [Saxe-etal92] [Staunstrup-Garland-Guttag89]
  2465.      [Staunstrup-Garland-Guttag92]),
  2466.    * Reasoning about various mathematical theories, such as relational
  2467.      arithmetic and algebra [Martin-Lai92].
  2468.    * Verifying sequential programs (such as compilers) or properties of such
  2469.      programs.
  2470.    * Verification of concurrent programs (such as a distributed multiuser
  2471.      service) or properties of concurrent algorithms [Luchangco-etal94]
  2472.      [Soegaard-Anderson-etal93]
  2473.  
  2474. Several other papers about uses of LP appear in [Martin-Wing93].
  2475.  
  2476. 3.3 How does LP compare with other theorem provers?
  2477.  
  2478. The basic difference between LP and other theorem provers is that LP does
  2479. not automatically attempt complex (i.e., interesting or speculative) proof
  2480. steps. An additional convenience is that there are tools for supporting the
  2481. translation of LSL specifications into LP's input format.
  2482.  
  2483. Compared with PVS [Owre-etal95], LP has a less sophisticated user interface,
  2484. and less automation. For example, PVS allows one to reorder what lemmas
  2485. should be proved more easily. PVS also has decision procedures for ground
  2486. linear arithmetic, and possibly better integration of arithmetic with
  2487. rewriting. The language used by PVS also has a more sophisticated type
  2488. system than does that of LSL (or LP), as it uses predicate subtyping and
  2489. dependent types. PVS also provides a strategy language for expressing proof
  2490. strategies, although it seems that users typically do not write their own
  2491. strategies. On the other hand, LP is more portable (runs on more kinds of
  2492. computers), and because its interface does not rely on emacs, it requires
  2493. less set-up. Furthermore, as a teaching aid, a less automatic user interface
  2494. and a simpler type system have benefits in making students think more.
  2495.  
  2496. [[Should discuss NQTHM [Boyer-Moore79][Boyer-Moore88], OTTER, RRL, Isabelle,
  2497. and HOL [Gordon-Melham93]. Contributions are welcome here...]]
  2498.  
  2499. 3.4 Where can I get an implementation of LP?
  2500.  
  2501. Currently, LP only runs on Unix machines. You can get an implementation of
  2502. LP using the world-wide web, starting at the following URL.
  2503.  
  2504.   http://larch-www.lcs.mit.edu:8001/larch/LP/news/distribution.html
  2505.  
  2506. You can also get an implementation by anonymous ftp from the following URL.
  2507.  
  2508.   ftp://larch.lcs.mit.edu/pub/Larch/lp/
  2509.  
  2510. See section 2.3 Where can I get a checker for LSL?, for information about
  2511. getting a checker for LSL (that translates LSL traits into LP's input
  2512. format), and also for information on the Larch Development Environment
  2513. (LDE), that supports LSL, LP, LCL, and Larch/C++.
  2514.  
  2515. 3.5 Is there a command reference or list of LP commands?
  2516.  
  2517. Yes, there is a summary of LP's commands in the section titled "Command
  2518. Summary" of [Garland-Guttag95]. For ease of reference, you can find this at
  2519. the following URL.
  2520.  
  2521.   http://larch-www.lcs.mit.edu:8001/larch/LP/commands/commands.html
  2522.  
  2523. (You might want to print this out and paste it on your wall.)
  2524.  
  2525. Within an LP process, you can see this by issuing the command help commands.
  2526. Use help display to see help on the command display. Use display ? to see
  2527. the arguments you can pass to the command display.
  2528.  
  2529. 3.6 Can I change the erase character in LP?
  2530.  
  2531. According to Garland (posting on the larch-interest mailing list, July 14,
  2532. 1995), the erase (or rubout) character used by LP cannot be changed easily.
  2533. The reason is that "LP is written in CLU, and LP's line editing features are
  2534. provided by the CLU runtime environment. This environment hard-wires the
  2535. delete key [DEL] as the rubout character."
  2536.  
  2537. You can erase the current line in LP by typing a C-u (control-U). You can
  2538. redisplay the current line by typing C-r. See [Garland-Guttag91], page 7 for
  2539. more details.
  2540.  
  2541. See section 3.20 How can I develop a proof that I can replay later?, for a
  2542. way to avoid tedium and much direct interaction with LP.
  2543.  
  2544. If you use emacs, there is a way to get completely around this problem.
  2545. Simply start emacs, and type M-x shell, and then run LP from within the Unix
  2546. shell that appears. Besides allowing arbitrary editing, this trick allows
  2547. you to scroll backwards to view output.
  2548.  
  2549. 3.7 How do I interrupt LP?
  2550.  
  2551. If you are running LP under Unix, the Unix "quit" character (usually C-g,
  2552. that's control-g) will interrupt LP's execution.
  2553.  
  2554. See section 3.6 Can I change the erase character in LP?, for other
  2555. characters that aid in editing interactive input to LP. See section 3.20 How
  2556. can I develop a proof that I can replay later?, for a way to avoid tedium
  2557. and much direct interaction with LP.
  2558.  
  2559. 3.8 Do I need to use LSL if I use LP?
  2560.  
  2561. No, you do not need to use LSL if you use LP. LP has its own input format
  2562. (although it is very similar to LSL's input format). So, many users of LP
  2563. simply bypass LSL, and use LP exclusively. On the other hand, using LSL as
  2564. an input format to LP has the following advantages.
  2565.  
  2566.    * The LSL checker automatically generates proof management commands
  2567.      (scripting and logging) for LP, and helps organize theories and
  2568.      conjectures into files. See section 3.10 How do I use LP to check my
  2569.      LSL traits?.
  2570.    * Your theories and conjectures are accessible to a wider audience if
  2571.      they are stated in LSL format rather than in LP input format.
  2572.  
  2573. 3.9 Do I need to use LP if I use LSL?
  2574.  
  2575. No, you don't have to use LP if you use LSL. However, it's very helpful to
  2576. use LP with LSL, because it aids in debugging LSL traits. The idea is that
  2577. you state redundant properties of the theory you are specifying in the
  2578. implies section of your LSL trait (see section 2.11 When should I use an
  2579. implies section?), and then use LP to check that those really do follow from
  2580. the trait. See section 3.10 How do I use LP to check my LSL traits?, and
  2581. Chapter 7 of [Guttag-Horning93], for how to do this.
  2582.  
  2583. 3.10 How do I use LP to check my LSL traits?
  2584.  
  2585. There are three main things to check about an LSL trait (see
  2586. [Guttag-Horning93], Chapter 7).
  2587.  
  2588.    * Is the trait consistent?
  2589.    * Do the trait's assumptions (if any) hold?
  2590.    * Do the traits implications hold?
  2591.  
  2592. The first kind of check is vital, because you can prove anything in an
  2593. inconsistent theory. See section 3.17 How do I prove that my theory is
  2594. consistent with LP?, and Section 7.6 of [Guttag-Horning93], for more
  2595. information on how to do this.
  2596.  
  2597. The use of an assumes clause in a trait specifies assumptions about the
  2598. context in which that trait is used (see section 2.8 What is the difference
  2599. between assumes and includes?); if your trait has included other traits with
  2600. assumes clauses, then these assumptions must be checked (see page 124-125 of
  2601. [Guttag-Horning93]). However, checking such assumptions is similar to the
  2602. checking that happens when checking a trait's implications, which is the
  2603. focus of this section.
  2604.  
  2605. Here are the top-level steps in using LP to check the implications written
  2606. in the implies section of your trait. Let us suppose your trait is called
  2607. Foo, and is in a file named `Foo.lsl'.
  2608.  
  2609.    * To produce LP input from your trait, you would use the `-lp' switch
  2610.      with the LSL checker as follows.
  2611.  
  2612.        lsl -lp Foo.lsl
  2613.  
  2614.      This produces the following files: `Foo_Axioms.lp', `Foo_Checks.lp',
  2615.      and `Foo_Theorems.lp'.
  2616.    * Start LP. The suggested name for this command is lp, but on many
  2617.      systems it is called LP.
  2618.  
  2619.        lp
  2620.  
  2621.    * LP will prompt you for input with a prompt that looks like `LP1: '.
  2622.      When you see this prompt, type the following.
  2623.  
  2624.        execute Foo_Checks
  2625.  
  2626.    * LP will read in your input and attempt the first (rewriting) steps of
  2627.      the proofs of your conjectures. Often it will suspend each proof
  2628.      waiting for your input. See section 3.1 What is the Larch Prover (LP)?,
  2629.      for the steps to follow in debugging your trait by trying to prove the
  2630.      conjectures in its implies section. See section 3.15 Can you give me
  2631.      some tips on proving things with LP? for tips on how to go about a
  2632.      proof.
  2633.  
  2634. See section 3.20 How can I develop a proof that I can replay later?, for an
  2635. alternative to using LP interactively.
  2636.  
  2637. See section 3.15 Can you give me some tips on proving things with LP? and
  2638. Sections 7.4-7.5 of [Guttag-Horning93], for more information on checking
  2639. implications with LP.
  2640.  
  2641. 3.11 What is the use of each kind of file generated by the LSL checker?
  2642.  
  2643. The LSL checker, when used with the `-lp' switch on a file named `Foo.lsl',
  2644. in general produces three files: `Foo_Axioms.lp', `Foo_Checks.lp', and
  2645. `Foo_Theorems.lp'. Each of these files is in LP input format, hence the
  2646. suffix `.lp'.
  2647.  
  2648. The file `Foo_Axioms.lp' contains a translation of the trait in `Foo.lsl',
  2649. minus the implies section. It is "executed" by LP when LP is executing the
  2650. translation of some other LSL trait that includes Foo.
  2651.  
  2652. The file `Foo_Checks.lp' contains a translation of the implications in
  2653. `Foo.lsl', along with checks of assumptions. As an LP command file, it
  2654. starts logging and scripting to the appropriate files (`Foo.lplog' and
  2655. `Foo.lpscr'), executes the `Foo_Axioms.lp' file, and then attempts proofs
  2656. for each of the checks. This is the main file you execute when using LP.
  2657.  
  2658. The file `Foo_Theorems.lp' contains a translation of the implications in
  2659. `Foo.lsl', stated as axioms. It is used automatically when it is safe to do
  2660. so in the LP input generated by the LSL checker.
  2661.  
  2662. All of these files are text files, so viewing them with an editor, or
  2663. printing them out, is a good way to solidify your understanding. (See also
  2664. page 128 of [Guttag-Horning93].)
  2665.  
  2666. 3.12 If LP stops working on my input is it all correct?
  2667.  
  2668. No, if LP stops working, it may just mean that it wants more guidance from
  2669. you. The way to tell if all outstanding conjectures have been proved is to
  2670. use the qed command [Garland-Guttag95]. If you see the following, then you
  2671. are done.
  2672.  
  2673.   All conjectures have been proved.
  2674.  
  2675. However, if you see something like the following, then you are not done.
  2676.  
  2677.   Still attempting to prove level 2 lemma FooTheorem.2
  2678.  
  2679. See section 3.13 How do I find out where I am in my proof?, for a way to
  2680. find out what has to be done to finish your proof.
  2681.  
  2682. 3.13 How do I find out where I am in my proof?
  2683.  
  2684. When LP stops reading input from your file (for example, the `_Checks.lp'
  2685. file for an LSL trait), the first thing you should do is to get your
  2686. bearings. The commands described here also are helpful if you are using LP
  2687. interactively, because it's easy to forget what you are trying to do.
  2688.  
  2689. To find your bearings, the following commands are helpful (see the section
  2690. titled "Sample Proofs: how to guide a proof" in [Garland-Guttag95]).
  2691.  
  2692. To find out ...                  Use the command
  2693. ---------------------------------------------------
  2694. What is left to be proved?       display conjectures
  2695. What is the status of my proof?  display proof-status
  2696. How did I get here?              history
  2697. What axioms can I use?           display
  2698. What are the current hypotheses? display *Hyp
  2699. What are the induction rules?    display induction-rules
  2700. What are the deduction rules?    display deduction-rules
  2701.  
  2702. The commands display conjectures and display seem to be the most useful.
  2703. When you use display conjectures, LP shows where it stopped in your proofs.
  2704. There may be several lemmas listed below the first "conjecture". The last of
  2705. these (the one with the greatest "level" number) is the one you can work on
  2706. first.
  2707.  
  2708. See section 3.15 Can you give me some tips on proving things with LP?, for
  2709. tips on how to proceed with your proof, once you've found your bearings.
  2710.  
  2711. 3.14 What proof techniques does LP attempt automatically?
  2712.  
  2713. By default, LP automatically uses only the following forward inference
  2714. techniques.
  2715.  
  2716.    * normalization, and
  2717.    * application of deduction rules (that are not inactive).
  2718.  
  2719. See section 3.15 Can you give me some tips on proving things with LP?, and
  2720. Sections 7.4-7.5 of [Guttag-Horning93], for other proof techniques.
  2721.  
  2722. 3.15 Can you give me some tips on proving things with LP?
  2723.  
  2724. The most important tip for using LP is to think about your conjectures, and
  2725. to be very skeptical of their truth.
  2726.  
  2727. When you first start using LP, you will be tempted to have it do the
  2728. thinking for you. You may find yourself trying random proof techniques to
  2729. prove the current subgoal. Resist that temptation! Curb your desire for
  2730. automatic proof! Instead, use one of the following two ideas (see the
  2731. section titled "Sample Proofs: how to guide a proof" in [Garland-Guttag95]).
  2732.  
  2733. Think about whether the conjecture is true, and if so, why you believe it.
  2734. (Imagine trying to convince a very skeptical, but logical, person.) If you
  2735. believe your conjecture, then your reason may suggest a proof technique.
  2736. Here is a small table relating reasons and some of LP's proof techniques.
  2737.  
  2738.   If your argument         Then
  2739.   has the shape ...        try the following ...
  2740.   ------------------------------------------------------
  2741.   For a simple case ...,   resume by induction on
  2742.     then assuming ...
  2743.     for bigger cases...
  2744.  
  2745.   On the one hand,         resume by cases ...
  2746.     on the other hand...     % or sometimes
  2747.                            resume by induction on ...
  2748.  
  2749.   If that weren't true,    resume by contradiction
  2750.     then ...,                % sometimes followed by
  2751.                            critical-pairs *Hyp with *
  2752.  
  2753.   By axiom R, ...          apply R to conjecture
  2754.                              % or if R contains a free or
  2755.                              %    universally quantified variable, x
  2756.                            instantiate x by t in R
  2757.                              % or if R has an existentially
  2758.                              %     quantified variable, x
  2759.                            fix x as t in ...
  2760.  
  2761.   This should simplify     normalize conjecture with ...
  2762.     by ...
  2763.                              % or if the ... is a formula
  2764.                            rewrite conjecture with ...
  2765.  
  2766. Proofs by induction are very common and more useful than you might think.
  2767. For example, induction is used to prove the last two implications in
  2768. ResponseTrait (see section 2.19 Can you give me some tips for specifying
  2769. things with LSL?); in that proof, there are three basis cases, and no
  2770. inductive case. This shows that any time you have a generated sort, a proof
  2771. by induction can be used, even if there are only a finite number of values
  2772. of that sort. Furthermore, you should consider a proof by induction first,
  2773. as some other proof techniques (by cases, =>, if-method, contradiction) make
  2774. proof by induction more difficult or impossible, because they replace free
  2775. variables by constants (see [Garland-Guttag91], page 65).
  2776.  
  2777. Another idea is to see if the form of your conjecture suggests a proof
  2778. technique. Here is a small table of conjecture forms and proof techniques.
  2779. (A name of the form fresh1 is to be replaced by a fresh variable name, that
  2780. is, by a name that is not used elsewhere.)
  2781.  
  2782.   If your conjecture    Then
  2783.   looks like ...        try the following ...
  2784.   ------------------------------------------------------
  2785.   P1 /\ P2 /\ ...       resume by /\
  2786.   P => Q                resume by =>
  2787.   P <=> Q               resume by <=>
  2788.   if H then P else Q    resume by if-method
  2789.   \E x (P(x))           resume by generalizing x from fresh1
  2790.  
  2791. If your conjecture looks like \A x (P(x)), then just try whatever method is
  2792. suggested for P(x) by itself.
  2793.  
  2794. There are some technical caveats for the above suggestions
  2795. [Garland-Guttag95]. Using resume by /\ can lead to longer proofs, if the
  2796. same lemma is needed in the proof of each conjunct. Using resume by => and
  2797. resume by <=> makes certain kinds of proofs by induction impossible (so if
  2798. you want to do a proof by induction, do that before using these methods).
  2799. The generalization techniques are not helpful if there are other free
  2800. variables in the formula.
  2801.  
  2802. When all else fails, use the old mathematician's trick of trying to
  2803. construct a counterexample to your conjecture. If you can't do it, try to
  2804. figure out why you can't (that will suggest a proof technique). Or, if you
  2805. start making progress towards a counterexample, keep going. Repeat the
  2806. following mantra to yourself.
  2807.  
  2808.      It might not be true.
  2809.  
  2810. Finally, when you finally succeed in proving your conjecture, don't
  2811. celebrate unless you have also shown that your theory is consistent (see
  2812. section 3.17 How do I prove that my theory is consistent with LP?).
  2813.  
  2814. See section 3.20 How can I develop a proof that I can replay later?, for
  2815. advice on how to work noninteractively with LP.
  2816.  
  2817. For a short, but important list of tips, see the section titled "Sample
  2818. Proofs: how to guide a proof" in [Garland-Guttag95]. See Chapter 7 of
  2819. [Guttag-Horning93] for more details.
  2820.  
  2821. 3.16 What pitfalls are there for LP users?
  2822.  
  2823. The biggest pitfall is to not think about what you are doing, but to simply
  2824. try random proof strategies. This quickly becomes frustrating. See section
  2825. 3.15 Can you give me some tips on proving things with LP?, for how to work
  2826. with LP in a more fruitful way.
  2827.  
  2828. If your theory is inconsistent, proofs may not be easy, but they will always
  2829. be possible. Always try to convince yourself of your theory's consistency
  2830. before celebrating your proof. See section 3.17 How do I prove that my
  2831. theory is consistent with LP?.
  2832.  
  2833. 3.17 How do I prove that my theory is consistent with LP?
  2834.  
  2835. It is difficult to prove a theory is consistent using LP. However, one can
  2836. profitably use LP to search for inconsistency. (See section 2.18 What
  2837. pitfalls are there for LSL specifiers?, for some common LSL problems that
  2838. lead to inconsistency.)
  2839.  
  2840. One way to use LP to search for inconsistency is using the complete command.
  2841. This directs LP to attempt to add enough rewrite rules to make the theory
  2842. equationally complete. If this process finds an inconsistency, such as
  2843. proving that true == false, then your theory is inconsistent. (This usually
  2844. doesn't stop in an acceptable amount of time and space, but if it does, and
  2845. if it hasn't found an inconsistency, and if your theory is purely
  2846. equational, then you have proved your theory is consistent.)
  2847.  
  2848. Often the completion procedure seems to go off down some path, generating
  2849. more and more complex formulas. If this happens, interrupt it (see section
  2850. 3.7 How do I interrupt LP?) and try using the critical-pairs command to
  2851. direct the search for inconsistency by naming two sets (not necessarily
  2852. disjoint) of axioms that you wish to deduce consequences of. You can also
  2853. use any other of the forward inference techniques in LP (such as the apply
  2854. command) to try to deduce an inconsistency in a more directed manner.
  2855.  
  2856. See [Guttag-Horning93], section 7.6, for more on this topic. See section
  2857. 2.21 Is there a way to write a trait that will guarantee consistency?, for a
  2858. discussion of the tradeoffs involved between writing an LSL trait in a way
  2859. that avoids inconsistency and the difficulty in proving consistency.
  2860.  
  2861. 3.18 How can I backtrack if I made a mistake in my proof?
  2862.  
  2863. If you decide you don't like the way your current proof is going in LP, use
  2864. the cancel command to abort the current proof, backtracking to the previous
  2865. subgoal. Note that this "suspends work on other proofs until an explicit
  2866. resume command is given" [Garland-Guttag95]. See the documentation for
  2867. variations of this command.
  2868.  
  2869. If you want to start over from scratch, without using the quit command and
  2870. restarting LP, use the clear command.
  2871.  
  2872. 3.19 How do I prove something like 0 <= 2 in LP?
  2873.  
  2874. As a way of making the problem of proving things like 0 <= 2 concrete,
  2875. consider the following LSL trait. This trait uses the Integer trait in
  2876. Guttag and Horning's handbook (see [Guttag-Horning93], p. 163)
  2877.  
  2878. DecimalProblem: trait
  2879.   includes Integer
  2880.   implies
  2881.     equations
  2882.       ~(1 <= 0);
  2883.       0 <= 2;
  2884.  
  2885. The problem is how to coax LP into proving these implications. The following
  2886. answer is adapted from a posting of Vandevoorde's `comp.specification.larch'
  2887. (September 7, 1995).
  2888.  
  2889. When the LSL checker translates LSL into LP input, it makes the rewrite
  2890. rules for the trait DecimalLiterals (see [Guttag-Horning93], p. 164)
  2891. passive, which means that they don't get applied automatically
  2892. [Garland-Guttag95]. For example, 2 will not be rewritten to succ(succ(0)).
  2893. One reason for this is to keep the conjectures and facts more readable.
  2894.  
  2895. However, to prove the implications in your trait, you need to make them
  2896. active with the following command.
  2897.  
  2898.   make active DecimalLiterals
  2899.  
  2900. This is enough to prove ~(1 <= 0) by rewriting. It's also a necessary first
  2901. step for the proofs below.
  2902.  
  2903. To prove 0 <= 2, you also need to use facts named IsTO* (from the trait
  2904. IsTO, see page 194 of [Guttag-Horning93]). The easiest proof to understand
  2905. is to instantiate the rule for transitivity as follows.
  2906.  
  2907.    instantiate x by 0, y by 1, z by 2 in IsTO.2
  2908.  
  2909. (It's a good thing you didn't want to prove 0 <= 9!)
  2910.  
  2911. The critical-pairs command is useful for finding such instantiations
  2912. automatically. For example, to prove 0 <= 2, you can give the following
  2913. commands to LP.
  2914.  
  2915.    resume by contradiction    % This turns the (negated) conjecture into
  2916.                               % a rewrite rule for critical-pairs.
  2917.    critical-pairs *Hyp with * % This is common in contradiction proofs.
  2918.                               % For this proof, it suffices to use
  2919.                               % critical-pairs *contraHyp with IsTO.4
  2920.  
  2921. 3.20 How can I develop a proof that I can replay later?
  2922.  
  2923. There are probably many ways to develop a proof that you can replay later.
  2924. Our technique has the following steps, and starts with an LSL trait. (If you
  2925. don't use LSL, you can just use a file of LP input.)
  2926.  
  2927.   1. Write a trait Foo into the file `Foo.lsl'.
  2928.   2. Use the LSL checker to generate the `Foo_Checks.lp' file.
  2929.  
  2930.         % lsl -lp Foo.lsl
  2931.  
  2932.   3. Optional: use LP to debug your trait and to try out ideas for proofs of
  2933.      the implications interactively.
  2934.   4. Copy the file `Foo_Checks.lp' into the file `Foo.proof'.
  2935.  
  2936.         % cp Foo_Checks.lp Foo.proof
  2937.  
  2938.   5. Optional: if you have used LP already on this trait, then you have a
  2939.      head start. There are lines in the `Foo.lpscr' that indicate what to do
  2940.      for the proof, and what happened in LP. Copy those lines from the
  2941.      `Foo.lpscr' and put them in the `Foo.proof'. For example, after the
  2942.      following line in Foo.proof
  2943.  
  2944.         prove
  2945.           (_x1_ \in _x2_) = (_x1_ \in' _x2_)
  2946.           ..
  2947.  
  2948.      you might want to add the following lines from the script file. The
  2949.      first indicates how you did the proof, and the rest indicate what
  2950.      happened.
  2951.  
  2952.           resume by induction
  2953.              <> basis subgoal
  2954.              [] basis subgoal
  2955.              <> basis subgoal
  2956.              [] basis subgoal
  2957.              <> induction subgoal
  2958.              [] induction subgoal
  2959.           [] conjecture
  2960.  
  2961.   6. Optional: if you haven't used LP yet, think about each conjecture, and
  2962.      (if you still believe it), after each conjecture, write a LP command
  2963.      (or commands) that will complete the proof of that conjecture.
  2964.   7. After each conjecture to be proved, following the commands to prove it,
  2965.      if any, each list of reasons prove command add the LP command qed. For
  2966.      example, your file `Foo.proof', might have a section that looks like
  2967.      the following.
  2968.  
  2969.         prove
  2970.           (_x1_ \in _x2_) = (_x1_ \in' _x2_)
  2971.           ..
  2972.           resume by induction
  2973.              <> basis subgoal
  2974.              [] basis subgoal
  2975.              <> basis subgoal
  2976.              [] basis subgoal
  2977.              <> induction subgoal
  2978.              [] induction subgoal
  2979.           [] conjecture
  2980.         qed
  2981.  
  2982.   8. Execute the file `Foo.proof' in LP by using the command
  2983.  
  2984.        execute Foo.proof
  2985.  
  2986.      If this doesn't work, edit the corrections into the file `Foo.proof'.
  2987.      Often you can obtain input for this file from the file `Foo.lpscr'.
  2988.   9. When your proof executes to completion, use the file `Foo.lpscr' to put
  2989.      into `Foo.proof' all of the <> and [] comments that help keep your
  2990.      proof synchronized with LP. When you are done, edit `Foo.proof' so that
  2991.      the differences with the file `Foo_Checks.lp' are minimal, as shown by
  2992.      the following Unix command.
  2993.  
  2994.         % diff Foo_Checks.lp Foo.proof | more
  2995.  
  2996. One advantage of the above procedure is that you can work on one conjecture
  2997. at a time, which allows you to control the order in which the lemmas are
  2998. proved. Another advantage is that you tend to think more about what you are
  2999. doing than if you are interacting directly with LP. Finally, the above
  3000. procedure is quite helpful when, inevitably, you revise your trait.
  3001.  
  3002. When you revise your trait, by editing the file `Foo.lsl', use the following
  3003. steps to revise your proof.
  3004.  
  3005.   1. Use the LSL checker to generate the `Foo_Checks.lp' file for the
  3006.      revised trait.
  3007.  
  3008.         % lsl -lp Foo.lsl
  3009.  
  3010.   2. Use the Unix diff command to check to see what you need to change in
  3011.      your proof.
  3012.  
  3013.         % diff Foo_Checks.lp Foo.proof | more
  3014.  
  3015.      Ignore all the added lines that you put in your proofs such as the
  3016.      following.
  3017.  
  3018.         78a88,95
  3019.         >   resume by induction
  3020.         >     <> basis subgoal
  3021.         >     [] basis subgoal
  3022.         >     <> basis subgoal
  3023.         >     [] basis subgoal
  3024.         >     <> induction subgoal
  3025.         >     [] induction subgoal
  3026.         >   [] conjecture
  3027.         > qed
  3028.  
  3029.      But pay attention to other differences, particularly those for which
  3030.      there is a < at the beginning of the line.
  3031.   3. Revise your `Foo.proof' file according to the output of the previous
  3032.      step, trying to minimize differences as shown by the diff command.
  3033.   4. Use LP to rerun your proof. In LP, use the command.
  3034.  
  3035.         execute Foo.proof
  3036.  
  3037.      If this doesn't work, edit the corrections into the file `Foo.proof'.
  3038.      Often you can obtain input for this file from the file `Foo.lpscr'.
  3039.  
  3040. 3.21 Do I have to reprove everything in an included trait?
  3041.  
  3042. No, you should only have to prove that the assumptions from whatever assumes
  3043. clauses you have in the included trait hold in your trait. (See pages
  3044. 124-125 of [Guttag-Horning93].)
  3045.  
  3046. 3.22 Does LP use assertions in the implies section of an included trait?
  3047.  
  3048. According to [Guttag-Horning93] (page 128), LP will reuse the assertions in
  3049. the implies section of a trait without forcing you to prove them again "when
  3050. it is sound to do so". [[But when is that exactly?]]
  3051.  
  3052. 4 Behavioral Interface Specification Languages (BISLs)
  3053.  
  3054. In this chapter, we discuss questions about Larch Behavioral Interface
  3055. Specification Languages (BISLs).
  3056.  
  3057.    * What is a behavioral interface specification language (BISL)?
  3058.    * Where can I get a BISL for my favorite programming language?
  3059.    * Do I need to write an LSL trait to specify something in a BISL?
  3060.    * What is an abstract value?
  3061.    * What do mutable and immutable mean?
  3062.    * If I specify an ADT in a BISL do I prove it is the same as the trait?
  3063.    * What does requires mean?
  3064.    * What does ensures mean?
  3065.    * What does modifies mean?
  3066.    * What does trashes mean?
  3067.    * What does claims mean?
  3068.    * What is the meaning of a specification written in a BISL?
  3069.    * How do I specify something that is finite or partial?
  3070.    * How do I specify errors or error-checking?
  3071.    * How do I specify that all the values of a type satisfy some property?
  3072.    * What pitfalls are there for BISL specifiers?
  3073.    * Can you give me some tips for specifying things in a BISL?
  3074.  
  3075. 4.1 What is a behavioral interface specification language (BISL)?
  3076.  
  3077. A behavioral interface specification language (BISL) is a kind of
  3078. specification language that has the following characteristics.
  3079.  
  3080.    * It can specify an exact interface for modules written in some
  3081.      particular programming language. For example, Larch/CLU [Wing83]
  3082.      [Wing87] can specify the details of how a CLU procedure is called,
  3083.      including the types of its arguments, the types of its results, whether
  3084.      it is an iterator, and the names and types of exception results.
  3085.    * It can specify the behavior of a program module written in that
  3086.      programming language. For example, in Larch/CLU one can specify that a
  3087.      procedure can signal an exception.
  3088.  
  3089. An interface describes exactly how to use a module written in some
  3090. programming language. For example, a function declaration in C tells how to
  3091. call that function, by giving the function's name, and by describing the
  3092. number and types of its arguments.
  3093.  
  3094. The concept of behavioral interface specification is an important feature of
  3095. the Larch family of specification languages [Wing87]. A particularly good
  3096. explanation of the concept of behavioral interface specification is
  3097. [Lamport89]. In that paper, Lamport describes a vending machine
  3098. specification. To specify a vending machine, it is not sufficient to merely
  3099. describe a mathematical mapping between abstract values (money to cans of
  3100. soda). One also needs to specify that there will be buttons, a coin slot, a
  3101. place for the can of soda to appear, and the meaning of the user interface
  3102. events. The buttons, the coin slot, etc. form the interface of the vending
  3103. machine; the behavior is described using a mathematical vocabulary that is
  3104. an abstraction of the physical machinery that will be used to realize the
  3105. specification. The same two pieces are needed to precisely specify a
  3106. function to be implemented in, say, C++: the C++ interface information and a
  3107. description of its behavior.
  3108.  
  3109. Many authors use the term interface specification language for this type of
  3110. language. However, there is a natural confusion between this term and an
  3111. "interface definition language", such as the CORBA IDL, which merely
  3112. specifies interface information and not behavior. To avoid this confusion,
  3113. we advocate the term "behavioral interface specification language" for any
  3114. language that specifies not only interface information, but also behavior.
  3115.  
  3116. In the Larch family there are several BISLs (see section 1.1 What is Larch?
  3117. What is the Larch family of specification languages?). In the silver book
  3118. [Guttag-Horning93], a Larch BISL is called a "Larch interface language".
  3119. However, we do not use the term "Larch interface language" as a synonym for
  3120. "BISL", because there are BISLs outside the Larch family (such as those in
  3121. the RESOLVE family [Edwards-etal94]). However, "Larch interface language" is
  3122. a synonym for "Larch BISL". Another synonym is "Larch interface
  3123. specification language".
  3124.  
  3125. The first Larch BISL was Larch/CLU [Wing83] [Wing87]. There are now several
  3126. others. See section 4.2 Where can I get a BISL for my favorite programming
  3127. language?, for information about how to get an implementation.
  3128.  
  3129. See section 1.1 What is Larch? What is the Larch family of specification
  3130. languages?, and [Guttag-Horning93] for more information.
  3131.  
  3132. 4.2 Where can I get a BISL for my favorite programming language?
  3133.  
  3134. See section 1.1 What is Larch? What is the Larch family of specification
  3135. languages? for what Larch BISLs have been discussed in literature and
  3136. technical reports. In this section, we concentrate on Larch BISLs that have
  3137. some kind of tool support. As far as we know, these are the following.
  3138. (Except as noted, the tools are all free.)
  3139.  
  3140. LCL  LCL ([Guttag-Horning93], Chapter 5, [Tan94] [Evans96b]) is a BISL for
  3141.      ANSI C. Tool support includes LCLint, which can use specification
  3142.      information to help find errors in programs. The current implementation
  3143.      is available from the following URLs.
  3144.  
  3145.        http://larch-www.lcs.mit.edu:8001/larch/lclint/
  3146.        ftp://larch.lcs.mit.edu/pub/Larch/lclint/
  3147.  
  3148.      There is also a mailing list for LCLint, which you can subscribe to
  3149.      using the first URL above, or by sending email to
  3150.      lclint-interest-request@larch.lcs.mit.edu.
  3151. Larch/Ada
  3152.      Larch/Ada [Guaspari-Marceau-Polak90] [ORA94] is a BISL for Ada. It is
  3153.      part of the specification environment, Penelope, which also has a proof
  3154.      assistant and a tool, AdaWise, for checking the subset of Ada used in
  3155.      Penelope. AdaWise is free for academic users; for others it can be
  3156.      licensed from Oddessy Research Associates (send email to Peter Rukavena
  3157.      at marketing@oracorp.com). Information on Penelope and AdaWise is
  3158.      available at the following URLs.
  3159.  
  3160.        http://www.oracorp.com/ada/penelope.html
  3161.        http://www.oracorp.com/ada/adawise.html
  3162.  
  3163. Larch/Smalltalk
  3164.      Larch/Smalltalk [Cheon-Leavens94] [Cheon-Leavens94b] is a BISL for
  3165.      Smalltalk-80. It has a syntax and type checker, as well as a
  3166.      specification browser. It runs under ParcPlace Objectworks\Smalltalk.
  3167.      It can be obtained from the following URLs.
  3168.  
  3169.        http://www.cs.iastate.edu/~leavens/larchSmalltalk.html
  3170.        ftp://ftp.cs.iastate.edu/pub/larchSmalltalk/
  3171.  
  3172. Larch/C++
  3173.      Larch/C++ [Leavens97] [Leavens96b] is a BISL for C++. The current
  3174.      release has a syntax checker, examples, and a reference manual. It can
  3175.      be obtained from the following URLs.
  3176.  
  3177.        http://www.cs.iastate.edu/~leavens/larchc++.html
  3178.        ftp://ftp.cs.iastate.edu/pub/larchc++/
  3179.  
  3180. VSPEC
  3181.      VSPEC [Baraona-Penix-Alexander95] [Baraona-Alexander96]
  3182.      [Baraona-Alexander-Wilsey96] is a BISL for VHDL. The current release
  3183.      has a syntax checker. It can be obtained from the following URLs.
  3184.  
  3185.        http://www.ece.uc.edu/~pbaraona/vspec/index.html
  3186.        ftp://ftp.ece.uc.edu/pub/users/pbaraona/vspec2.0.tar.gz
  3187.  
  3188. GCIL
  3189.      The Generic Concurrent Interface Language, GCIL, [Lerner91] has a
  3190.      syntax and type checker. It can be obtained from the following URL.
  3191.  
  3192.        ftp://ftp.cs.cmu.edu/afs/cs.cmu.edu/project/larch/ftp/gcil.tar.Z
  3193.  
  3194. 4.3 Do I need to write an LSL trait to specify something in a BISL?
  3195.  
  3196. No, you don't always have to write an LSL trait to specify something in a
  3197. BISL, it just seems that way. Seriously, you don't have to write a trait in
  3198. the following circumstances.
  3199.  
  3200.    * You are specifying a procedure and all of the mathematical vocabulary
  3201.      needed is available in existing traits. These traits may come from a
  3202.      handbook (see section 2.23 Where can I find handbooks of LSL traits?),
  3203.      or they may be built-in to your BISL. For example, in most Larch BISLs,
  3204.      you would not have to write a trait for your language's built-in
  3205.      integer type.
  3206.    * Your BISL may create a trait for some compound type for you
  3207.      automatically. For example, in LCL, traits are created automatically to
  3208.      model C struct types.
  3209.    * You have imported a specification file that defines an abstract data
  3210.      type (ADT), which is based on an already written trait.
  3211.  
  3212. If you are specifying an ADT in a Larch BISL, you will always have to use
  3213. some trait to describe its abstract values (see section 4.4 What is an
  3214. abstract value?). It might be a trait from a handbook, or some combination
  3215. of traits that already exist, but there will have to be one that defines the
  3216. abstract values for your ADT.
  3217.  
  3218. Note that it is almost always possible to use one of LSL's shorthands or a
  3219. combination of handbook traits to specify the abstract values of an ADT. The
  3220. only drawback might be that such descriptions of abstract values might not
  3221. be as close to your way of thinking about your problem domain as you might
  3222. like or it might not have enough high-level vocabulary for your purposes.
  3223. For example, when specifying the abstract values of symbol tables, one might
  3224. use the handbook trait FiniteMap (see [Guttag-Horning93], page 185).
  3225. However, if your symbol table has to handle nested scopes, that trait, by
  3226. itself might not be adequate. You might, for example, want to use a stack of
  3227. finite maps as abstract values, in which case you might also use the both
  3228. the FiniteMap and Stack traits (see [Guttag-Horning93], page 170), and also
  3229. add some additional operators to search the abstract values appropriately.
  3230. If that kind of thing gets too complex, then it might be better to start
  3231. writing your own trait (see section 2.20 How do I know when my trait is
  3232. abstract enough?). Also, when using LSL shorthands and standard handbook
  3233. traits, be careful that you do not state contradictory constraints as axioms
  3234. (see section 2.18 What pitfalls are there for LSL specifiers?).
  3235.  
  3236. Usually, when you are specifying a procedure, you won't have to specify a
  3237. separate trait, because you will use the vocabulary of the traits that
  3238. describe the abstract values of whatever types of arguments and results (and
  3239. global variables) your procedure uses. However, if this vocabulary isn't
  3240. expressive enough, then you may find it necessary or convenient (see
  3241. [Wing95], Section 4.1) to write your own trait. This trait would specify the
  3242. additional LSL operators you need to state your procedure's pre- and
  3243. postconditions; it would normally assume the traits describing the abstract
  3244. values of the procedure's argument and result types (see section 2.8 What is
  3245. the difference between assumes and includes?).
  3246.  
  3247. The way you tell your BISL what trait it should use differs between BISLs.
  3248. For example, in LCL and Larch/C++, the keyword that starts the list of
  3249. traits to be used is uses. In Larch/ML, the keyword is using; in Larch/CLU,
  3250. it is based on; in LM3 it is TRAITS; in Larch/Smalltalk it is trait, in
  3251. Larch/Ada it is TRAIT.
  3252.  
  3253. 4.4 What is an abstract value?
  3254.  
  3255. An abstract value is a mathematical abstraction of some bits that might
  3256. exist in your computer. (It's an abstraction in the same sense that a road
  3257. map of the United States is an abstraction of the geography and roads of the
  3258. United States.) In a Larch BISL's model of your computer, each variable
  3259. contains an abstract value. The idea is that, you shouldn't have to reason
  3260. about the bit patterns inside the computer, which are mathematically messy,
  3261. far removed from the concepts that are important in your problem domain, and
  3262. subject to change. Instead, you should reason about your programs using
  3263. simple ideas that are close to your problem and independent of the changing
  3264. details of your program's data structures.
  3265.  
  3266. This idea originated in Hoare's article on specification and verification of
  3267. ADTs [Hoare72a]. Hoare's example used an ADT of small integer sets, which
  3268. were implemented using arrays, but specified using mathematical sets. The
  3269. mathematical sets were thus the abstract values of the arrays used in the
  3270. implementation.
  3271.  
  3272. See [Liskov-Guttag86] and Chapters 3, 5, and 6 of [Guttag-Horning93] for
  3273. more background and information.
  3274.  
  3275. 4.5 What do mutable and immutable mean?
  3276.  
  3277. An object is mutable if its abstract value can change over time. (See
  3278. section 4.4 What is an abstract value? for more about abstract values.) For
  3279. example, most collection types, such as arrays or records in typical
  3280. programming langauges are types with mutable objects.
  3281.  
  3282. By contrast, an object is immutable if its abstract value cannot change. For
  3283. example, the integers are not mutable, as you cannot change the number 3 to
  3284. be 4.
  3285.  
  3286. Typically, immutable objects are atomic and do not contain subobjects, while
  3287. mutable objects often contain subobjects.
  3288.  
  3289. A type with mutable objects is sometimes called an mutable type and a type
  3290. with immutable objects is called an immutable type. The specifications of
  3291. mutable and immutable types differ in that an immutable type cannot have
  3292. operations that mutate objects of that type.
  3293.  
  3294. 4.6 If I specify an ADT in a BISL do I prove it is the same as the trait?
  3295.  
  3296. No, you don't prove the specification of an ADT in a BISL is the same as a
  3297. trait. Those are completely different concepts. An LSL trait specifies a
  3298. theory, not what is to be implemented in a programming language; the BISL is
  3299. what is used to specify an implementation (program module). You use the
  3300. vocabulary in a trait to help specify program modules in a BISL, but there
  3301. is no proof obligation that you engender by doing so. See section 1.1 What
  3302. is Larch? What is the Larch family of specification languages?, and Chapter
  3303. 3 of [Guttag-Horning93], for more on the general idea of two-tiered
  3304. specifications.
  3305.  
  3306. What you might want to prove instead is the correctness of an implementation
  3307. of your ADT specification; for example, if you specify a class Stack in the
  3308. BISL Larch/C++, then you would use an LSL trait to aid the specification
  3309. (see section 1.2 Why does Larch have two tiers?), and implement the class in
  3310. C++. You could then try to prove that your C++ code is correct with respect
  3311. to your Larch/C++ specification. In this proof, you could make use of the
  3312. trait's theory. However, you wouldn't be proving any correspondence between
  3313. the trait and the BISL specification.
  3314.  
  3315. 4.7 What does requires mean?
  3316.  
  3317. In most Larch BISLs(2), the keyword requires introduces a precondition into
  3318. a procedure specification. (This usage dates back to at least Larch/CLU
  3319. [Wing83].)
  3320.  
  3321. A precondition is a predicate that must hold before a the procedure is
  3322. invoked. It documents the obligations of the caller in the contract that is
  3323. being specified. Therefore, it can be assumed to be true in an
  3324. implementation of the procedure, because if it is does not hold when the
  3325. procedure is not obligated to fulfill the contract. This semantics is a
  3326. "disclaimer" semantics [Jackson95] [Khosla-Maibaum87]; it differs from an
  3327. "enabling condition" semantics, which would mean that the procedure would
  3328. not run if called in a state that did not satisfy the precondition.
  3329.  
  3330. As an example, consider the specification of a square root function, which
  3331. is to be written in C (see [Guttag-Horning93], page 2). In this
  3332. specification the precondition is specified by the following line.
  3333.  
  3334.   requires x >= 0;
  3335.  
  3336. This means that if the value of the formal parameter x is not greater than
  3337. or equal to 0, then the specification says nothing about what the
  3338. implementation should do. Thus that case does not have to be considered when
  3339. writing an implementation.
  3340.  
  3341. If the precondition of a procedure is the constant predicate true, the
  3342. entire requires clause can usually be omitted. Such procedures can always be
  3343. called, and an implementation can make no assumptions about the call except
  3344. that the formal parameters will all have whatever types are specified.
  3345. Because such a procedure will have to validate any properties it needs from
  3346. its arguments, it may be safer in the sense of defensive programming.
  3347. However, it may also be slower than one that requires a stronger
  3348. precondition, because it will have to spend time validating its arguments.
  3349. This is a design tradeoff that can be made either way, but documenting
  3350. preconditions in procedure specifications prevents the common performance
  3351. problem of having both the caller and the procedure checking the validity of
  3352. the arguments. (See [Liskov-Guttag86] for more discussion of this issue.)
  3353.  
  3354. A precondition refers to the state just before the specified procedure's
  3355. body is run (but after parameter passing). The term comes from Hoare's
  3356. original paper on program verification [Hoare69], in which each piece of
  3357. program code was described with two predicates: a precondition and a
  3358. postcondition. Both the pre- and the postcondition were predicates on states
  3359. (that is, they can be considered functions that take a state and return a
  3360. boolean). The precondition described the pre-state; that is, it describes
  3361. the values of program variables just before the execution of a piece of
  3362. code. The postcondition described the post-state, which is the state after
  3363. the code's execution. In a Larch BISL the precondition is like this, but the
  3364. postcondition is typically a predicate on both the pre- and the post-state.
  3365. See section 4.8 What does ensures mean?, for more information.
  3366.  
  3367. 4.8 What does ensures mean?
  3368.  
  3369. In most Larch BISLs, the keyword ensures introduces a postcondition into a
  3370. procedure specification. (This usage dates back to at least Larch/CLU
  3371. [Wing83].)
  3372.  
  3373. A postcondition in a Larch BISL is typically a predicate that is defined on
  3374. the pre-state and post-state of a procedure call. (See section 4.7 What does
  3375. requires mean?, for background and terminology.) It documents the
  3376. obligations of the called procedure in the contract that is being specified.
  3377. Therefore, it can be assumed to be true at the end of a call to the
  3378. procedure, when reasoning about the call.
  3379.  
  3380. As an example, consider the following specification of an integer swap
  3381. function which is to be written in C++ (this example is quoted from
  3382. [Leavens97]).
  3383.  
  3384. extern void swap(int& x, int& y) throw();
  3385. //@ behavior {
  3386. //@   requires assigned(x, pre) /\ assigned(y, pre);
  3387. //@   modifies x, y;
  3388. //@   ensures x' = y^ /\ y' = x^;
  3389. //@ }
  3390.  
  3391. In this specification, the parameters x and y are passed by reference, and
  3392. thus each is an alias for a variable in the caller's environment. Because x
  3393. and y denote variables, they can have different values in the pre-state and
  3394. the post-state. The postcondition of the example above says that the pre-
  3395. and post-state values of the variables x and y are exchanged. The notation
  3396. x^ refers to the value of x in the pre-state, and x' refers to its value in
  3397. the post-state. (This Larch/C++ notation is taken from LCL. In LM3 the ^
  3398. notation is not used. In Larch/Smalltalk, the ^ is likewise dropped, and a
  3399. subscript "post" is used instead of '.)
  3400.  
  3401. Depending on the particular BISL, a procedure specification may have one of
  3402. two different interpretations. In most Larch BISLs for sequential
  3403. programming languages, the interpretation is that if the precondition holds,
  3404. then the procedure must terminate normally in a state where the
  3405. postcondition holds. This is called a total correctness interpretation of a
  3406. procedure specification. In Hoare's original paper [Hoare69], and in GCIL
  3407. and Larch/CORBA, a partial correctness interpretation is used. This means
  3408. that if the precondition holds and if the procedure terminates normally,
  3409. then the postcondition must hold. You should check the documentation for
  3410. your BISL to be sure of its semantics on this point. (Larch/C++ is unique in
  3411. that it allows you to specify either interpretation; see [Leavens97],
  3412. Chapter 6).
  3413.  
  3414. 4.9 What does modifies mean?
  3415.  
  3416. In most Larch BISLs, the keyword modifies introduces a list of objects that
  3417. can be modified by an execution of the specified procedure. (This usage
  3418. dates back to Larch/CLU [Wing83].)
  3419.  
  3420. An object is modified if its abstract value is changed by the execution of
  3421. the specified procedure. (That is, if it has a different abstract value in
  3422. the pre-state from the post-state.) Note that the modifies clause does not
  3423. mean that the execution must change the object's abstract values; it simply
  3424. gives the procedure permission to change them. For example, if a swap
  3425. procedure were passed variables with identical values (see section 4.8 What
  3426. does ensures mean?, for the specification of swap), then the values would
  3427. not be changed.
  3428.  
  3429. Note also that a variable's bits may change without a corresponding change
  3430. in abstract value (see section 4.4 What is an abstract value?). For example,
  3431. if one has a rational number object, whose representation uses two integers.
  3432. Let us write the two integers in the representation as (i,j); thus (2,4)
  3433. might be one bit pattern that represents the abstract value 1/2. However,
  3434. changing the bits from (2,4) to (1,2) would not affect the abstract value.
  3435.  
  3436. The modifies clause can be considered syntactic sugar for writing a larger
  3437. predicate in the postcondition. Since only the objects listed in the
  3438. modifies clause can have their abstract values changed by the execution of
  3439. the procedure, all other objects must retain their abstract values. There is
  3440. a problem in artificial intelligence called the "frame problem", which is
  3441. how to know that "nothing else has changed" when you make some changes to
  3442. the world. For this reason, the modifies clause in a Larch BISL can be said
  3443. to specify a frame axiom for the specified procedure. See [Borgida-etal95]
  3444. for a general discussion of the frame problem for procedure specifications.
  3445.  
  3446. In many specification languages, the frame axiom for a procedure
  3447. specification is stated in terms of variable names, but in Larch BISLs it is
  3448. typically stated in terms of objects. The difference is crucial when the
  3449. programming language allows aliasing. If the modifies clause in a Larch BISL
  3450. specified that only certain variable names could change their values, then
  3451. one would typically need to have either prohibit aliasing completely, or one
  3452. would need to write preconditions that prohibited aliases to variables that
  3453. were to be modified in procedures.
  3454.  
  3455. Mentioning an object in a modifies clause should not give the procedure
  3456. being specified permission to deallocate the object. If that were allowed,
  3457. it would lead to problems in the BISL's semantics [Chalin95]
  3458. [Chalin-etal96]. See section 4.10 What does trashes mean?, for more
  3459. information on this topic.
  3460.  
  3461. 4.10 What does trashes mean?
  3462.  
  3463. A trashes clause is similar to a modifies clause (see section 4.9 What does
  3464. modifies mean?) in a procedure specification. It gives the procedure
  3465. permission to deallocate or trash the objects listed. These objects do not
  3466. have to be deallocated or trashed, but no other objects may be deallocated
  3467. or trashed.
  3468.  
  3469. The notion of trashing an object means that its abstract value should not be
  3470. used again. In Larch/C++, allocated variables can be in one of two states:
  3471. assigned or unassigned; a variable is unassigned if it has not been assigned
  3472. a sensible value. However, if one assigns to an assigned variable, a, the
  3473. value of an unassigned variable, then a becomes unassigned, and hence is
  3474. considered to be trashed.
  3475.  
  3476. Chalin [Chalin95] [Chalin-etal96] pointed out that specification of what a
  3477. procedure can modify should be separated from the specification of what it
  3478. can deallocate or trash. When these notions are separated, as they are in
  3479. Larch/C++ (see [Leavens97], chapter 6), there are two frame axioms for
  3480. procedure specifications.
  3481.  
  3482. An alternative to a trashes clause, used in LCL, is to specify input/output
  3483. modes for formal parameters [Evans96b]. Some parameter modes do not allow
  3484. trashing, and some do not allow modification.
  3485.  
  3486. 4.11 What does claims mean?
  3487.  
  3488. The claims clause, and other kinds of checkable redundancy for BISLs, were
  3489. introduced into LCL by Tan [Tan94]. In a procedure specification, the
  3490. keyword claims introduces a predicate, called a claim, that, like the
  3491. postcondition, relates the pre- and post-states of a procedure's execution.
  3492. Roughly speaking, the meaning is that the conjunction of the precondition
  3493. and the post condition should imply the claim. This implication can be
  3494. checked, for example, by using LP.
  3495.  
  3496. You could use the claims clause if you wish to highlight some consequences
  3497. of your procedure specification for the reader. It can also be used to help
  3498. debug your understanding of a procedure specification; for example, if you
  3499. think of more than one way to express a postcondition, write all but one way
  3500. in a claims clause. Thus the purpose of this clause is similar to the
  3501. purpose of the implies section of an LSL trait (see section 2.11 When should
  3502. I use an implies section?).
  3503.  
  3504. 4.12 What is the meaning of a specification written in a BISL?
  3505.  
  3506. The exact meaning of a specification in a BISL is, of course, described by
  3507. the reference manual for that particular BISL. But in general, the meaning
  3508. of a BISL specification is a set of program modules that satisfy the
  3509. specification. These program modules are to be written in the programming
  3510. language specified. For example, the meaning of a LCL specification is a set
  3511. of ANSI C program modules that satisfy the specification. Similarly, the
  3512. meaning of a Larch/C++ specification is a set of C++ program modules that
  3513. satisfy the specification; a Larch/C++ specification cannot be implemented
  3514. in, say, Ada or Modula-3.
  3515.  
  3516. How does one describe the satisfaction relation for a BISL? Suppose you want
  3517. to describe satisfaction for the BISL Larch/X, whose programs are to be
  3518. written in language X. Then you describe the satisfaction relation in at
  3519. least the following ways.
  3520.  
  3521.    * Give a semantics for language X, that assigns to each program module,
  3522.      P, a meaning, M(P). Describe, for each specification, S, written in
  3523.      Larch/X, when M(P) is in the set of meanings specified by S.
  3524.    * Develop a verification logic for language X, that says how to check
  3525.      that code satisfies a specification (or some other specification). Then
  3526.      a program module P satisfies a specification S if one can use the
  3527.      verification logic to check that P satisfies S.
  3528.  
  3529. The first technique will probably allow more programs, in principle, to
  3530. satisfy the specification, especially if the semantics of language X covers
  3531. all aspects of the language. The second technique is probably more limiting,
  3532. but is certainly more useful in practice. These techniques are not mutually
  3533. exclusive; for example, a relatively complete verification logic could be
  3534. used as a semantics for that language. Furthermore, by using complimentary
  3535. definitions of the programming language (e.g., a denotational semantics and
  3536. a verification logic), one could prove soundness and completeness results,
  3537. which would help debug each kind of semantics, and thus the semantics of the
  3538. BISL as well.
  3539.  
  3540. See [Wing83] for a semantics of Larch/CLU. See [Jones93] for a semantics of
  3541. LM3. See [Tan94] [Chalin95] for semantics of LCL.
  3542.  
  3543. 4.13 How do I specify something that is finite or partial?
  3544.  
  3545. In a procedure specification, you would normally use a precondition to limit
  3546. the acceptable arguments that the procedure can work with. For example, the
  3547. standard LSL handbook trait Integer (see [Guttag-Horning93], page 163)
  3548. specifies an unbounded set of integers. Many Larch BISLs use this kind of
  3549. unbounded set of integers as their model of a programming language's
  3550. built-in integer type. Suppose that you want to specify an integer
  3551. discriminant function, say to be implemented in C++. In Larch/C++ you could
  3552. specify this as follows.
  3553.  
  3554. extern int discriminant (int a, int b, int c) throw();
  3555. //@ behavior {
  3556. //@   requires inRange((b * b) - (4 * a * c));
  3557. //@   ensures result = (b * b) - (4 * a * c);
  3558. //@ }
  3559.  
  3560. Notice the precondition; it says that the result must be able to be
  3561. represented as an int in the computer (according to the definition of the
  3562. operator inRange, which is defined in a built-in trait of Larch/C++
  3563. [Leavens97]). Without this precondition, the specification could not be
  3564. implemented, because if b were the maximum representable integer, and if a
  3565. and c were 0, then the specification without the precondition would say that
  3566. the execution would have to terminate normally and return an integer larger
  3567. than the maximum representable integer.
  3568.  
  3569. (The specification of descriminant above may not be the best design for the
  3570. procedure, because it requires a precondition that is difficult to test
  3571. without performing the computation specified. See section 4.17 Can you give
  3572. me some tips for specifying things in a BISL?, for more discussion of this
  3573. point.)
  3574.  
  3575. The idea of using preconditions to get around partiality and finiteness
  3576. problems in procedures goes back to Hoare's original paper on program
  3577. verification [Hoare69].
  3578.  
  3579. To specify an ADT with a finite set of values, such as a bounded queue, use
  3580. a trait with unbounded values to specify the abstract values. You can then
  3581. use an invariant in the BISL specification of your ADT to state that the
  3582. size of the abstract values is limited. Most likely the ADT operations that
  3583. construct and mutate objects would need to have preconditions that prevent
  3584. the abstract value from growing too large. This approach is preferred over
  3585. an approach that specifies a finite set of abstract values in LSL, because
  3586. that trait would be more complicated and less likely to be able to be reused
  3587. (see section 2.20 How do I know when my trait is abstract enough?). Even
  3588. with such a trait, you would still need to have preconditions on your
  3589. operations that construct and mutate objects, so there is little gained.
  3590.  
  3591. 4.14 How do I specify errors or error-checking?
  3592.  
  3593. Ways of specifying errors and error checking vary between Larch BISLs,
  3594. depending primarily on whether the programming language that the BISL is
  3595. tailored to has exceptions. In a language without exceptions (like ANSI C),
  3596. a procedure would have to signal an error by producing an error message and
  3597. halting the program, or by returning some error indication to the caller of
  3598. a procedure. If you want to specify that the program halts, most likey you
  3599. will just not include the conditions under which it can do so in your
  3600. precondition (see section 4.13 How do I specify something that is finite or
  3601. partial?). If you want to specify the returning of some error indication (a
  3602. return code, etc.), this is done as if you were specifying any other normal
  3603. result of a procedure. In a language with exceptions (like C++), there is
  3604. the additional option of using the exception handling mechanism to signal
  3605. errors to the caller. The syntax of this varies, but typically you will
  3606. declare the exceptions as usual for the programming language, and there will
  3607. be some special way to indicate in the postcondition that an exception is to
  3608. be raised.
  3609.  
  3610. Many Larch BISLs (including LCL, LM3, Larch/Ada, and Larch/C++) have special
  3611. syntax to support the specification of error checking and signalling
  3612. exceptions. However, there is little common agreement among the various
  3613. Larch BISLs on the syntax for doing so; please check the manual for your
  3614. particular BISL. (See section 1.1 What is Larch? What is the Larch family of
  3615. specification languages?, for how to find your language manual.)
  3616.  
  3617. See [Liskov-Guttag86] for a discussion of the tradeoffs between using
  3618. preconditions and various kinds of defensive programming.
  3619.  
  3620. 4.15 How do I specify that all the values of a type satisfy some property?
  3621.  
  3622. A property that is true for all values of a type is called an invariant.
  3623. Many Larch BISLs have syntax for declaring invariants. For example, LM3 uses
  3624. the keyword TYPE_INVARIANT, and Larch/C++ uses the keyword invariant. The
  3625. predicate following the appropriate keyword has to hold for all objects
  3626. having that type, whenever a client-visible operation of that type is called
  3627. or returns. (This allows the invariant to be violated temporarily within an
  3628. operation implementation.)
  3629.  
  3630. Stating an invariant in the BISL specification of an ADT is often preferable
  3631. to designing an LSL trait so that the abstract values all satisfy the
  3632. property. For example, if you attempt to state such a property as an axiom
  3633. in a trait, you can cause the trait to be inconsistent, if the abstract
  3634. values of your type are freely generated (see section 2.18 What pitfalls are
  3635. there for LSL specifiers?). But invariants in a BISL do not lead to such
  3636. inconsistencies, because they describe properties of objects created by an
  3637. ADT, not properties of all abstract values.
  3638.  
  3639. See section 4.13 How do I specify something that is finite or partial?, for
  3640. more discussion about ways to specify that all values of an ADT are finite.
  3641.  
  3642. 4.16 What pitfalls are there for BISL specifiers?
  3643.  
  3644. The main thing to watch out for in a BISL specification is that you don't
  3645. specify something that cannot be implemented. It's worth repeating the
  3646. following mantra to yourself whenever you write a procedure specification.
  3647.  
  3648.      Could I correctly implement that?
  3649.  
  3650. Of course, you would never intentionally specify a procedure that cannot be
  3651. implemented. So you are only likely to fall into this pit by accident. The
  3652. following are some ways it might happen.
  3653.  
  3654. A very simple problem is forgetting to write a modifies (or trashes) clause
  3655. in a procedure specification when your postcondition calls for some object
  3656. to change state (or be deallocated). Remember that leaving out a modifies
  3657. clause means that no objects can be modified. Consider the following bad
  3658. specification of an increment procedure in Larch/C++. (The formal parameter
  3659. i is passed by reference. The throw() says that no exceptions can be thrown.
  3660. In the precondition, the term assigned(i, pre) is a technical detail; it
  3661. says that i has been previously assigned a value [Leavens97].)
  3662.  
  3663. extern void incBad(int& i) throw();
  3664. //@ behavior {
  3665. //@   requires assigned(i, pre);
  3666. //@   ensures i' = i^ + 1;
  3667. //@ }
  3668.  
  3669. There can be no correct implementation of the above specification, because
  3670. the omitted modifies clause does not allow i to be modified, but the
  3671. postcondition guarantees that it will be modified. This contradiction
  3672. prevents correct implementations.
  3673.  
  3674. A more subtle way that your specification might not be implementable is if
  3675. you forget to specify a necessary precondition. Suppose we fix the above
  3676. specification and produce the following specification of an increment
  3677. function. What's wrong now?
  3678.  
  3679. extern void incStillBad(int& i) throw();
  3680. //@ behavior {
  3681. //@   requires assigned(i, pre);
  3682. //@   modifies i;
  3683. //@   ensures i' = i^ + 1;
  3684. //@ }
  3685.  
  3686. This specification can't be implemented, because if the pre-state value of i
  3687. is the largest int, INT_MAX, then the value INT_MAX+1 can't be stored in it.
  3688. So, as specified, there are no correct implementations. Something has to be
  3689. done to accommodate the finite range of integers that can be stored in i.
  3690. Changing the precondition to be the following would take care of the
  3691. problem.
  3692.  
  3693.   assigned(i, pre) /\ i^ < INT_MAX
  3694.  
  3695. In summary, one thing to watch for is whether you have taken finiteness into
  3696. account. See section 4.13 How do I specify something that is finite or
  3697. partial?, for more about finiteness considerations in BISL specifications.
  3698.  
  3699. Another way that your specification might be unimplementable is if your
  3700. stated postcondition contradicts some invariant property (see section 4.15
  3701. How do I specify that all the values of a type satisfy some property?) that
  3702. you specified elsewhere.
  3703.  
  3704. The following is another Larch/C++ example. The term inRange(e), used in the
  3705. precondition, means that e is within the range of representable integer
  3706. values, hence the specification takes finiteness into account. What else
  3707. could be wrong with the specification?
  3708.  
  3709. extern void transfer(int& source, int& sink, int amt);
  3710. //@ behavior {
  3711. //@   requires assigned(source, pre) /\ assigned(sink, pre) /\ amt >= 0
  3712. //@            /\ inRange(source^ - amt) /\ inRange(sink^ + amt);
  3713. //@   modifies source, sink;
  3714. //@   ensures source' = source^ - amt /\ sink' = sink^ + amt;
  3715. //@ }
  3716.  
  3717. The above specification can't be implemented because it doesn't require that
  3718. source and sink not be aliased. Since both source and sink are passed by
  3719. reference, suppose that both refer to the same variable i. Then if amt is
  3720. nonzero, the postcondition cannot be satisfied. (Suppose the pre-state value
  3721. of i is 10, and that amt is 5, then the post-state must satisfy source' = 10
  3722. - 5 /\ sink' = 10 + 5, but since both source and sink are aliases for i,
  3723. this would require that i' be both 5 and 15, which is impossible.) In
  3724. Larch/C++, this could be fixed by adding the following conjunct to the
  3725. precondition, which requires that source and sink not be aliased.
  3726.  
  3727.   source ~= sink
  3728.  
  3729. Some Larch BISLs (e.g., Larch/Ada) prohibit aliasing in client programs, so
  3730. if you are using such a BISL, then you don't have to worry about this
  3731. particular way of falling in the pit. But if your BISL does not prohibit
  3732. aliasing, then you should think about aliasing whenever you are dealing with
  3733. mutable objects or call-by-reference.
  3734.  
  3735. 4.17 Can you give me some tips for specifying things in a BISL?
  3736.  
  3737. A basic tip for writing a BISL specification is to try to permit as many
  3738. implementations as possible. That is, you want to specify a contract between
  3739. clients and implementors that does everything the client needs, but does not
  3740. impose any unneeded restrictions on the implementation.
  3741.  
  3742. One thing that experienced specifiers think about is whether the
  3743. specification permits implementations to be tested. This is particularly
  3744. important for preconditions. For example, when specifying an ADT, check that
  3745. the ADT has enough operations to allow the pre- and postconditions specified
  3746. to be tested. If you specify a Stack ADT but leave out a test for the empty
  3747. stack, then it will be impossible for a client to test the precondition of
  3748. the pop operation. (However, there are some rare examples, such as a
  3749. statistical database, where you might not want to allow clients to have such
  3750. access.)
  3751.  
  3752. If implementations can be tested, it is often useful to compare the
  3753. difficulty in testing the specified precondition with the difficulty of
  3754. doing the specified computation. For example, in the specification of
  3755. discriminant (see section 4.13 How do I specify something that is finite or
  3756. partial?), checking the precondition is likely to be as difficult as the
  3757. specified computation. In such a case, it may be wise to change the
  3758. specification by weakening the precondition and allowing the procedure to
  3759. signal some kind of error or exception.
  3760.  
  3761. Another tip is to try to use names for operators in traits that are distinct
  3762. from the name of the procedure you are trying to specify (or vice versa).
  3763. For example, the casual reader might incorrectly think that the following
  3764. specification is recursive.
  3765.  
  3766. //@ uses FooTrait;
  3767.  
  3768. extern int foo(int input);
  3769. //@ behavior {
  3770. //@  ensures result = foo(input);
  3771. //@ }
  3772.  
  3773. There is no logical problem with the above example, since the operators used
  3774. in a postcondition cannot have anything to do with the interface procedure
  3775. being specified. However, naive readers of specifications are (in our
  3776. experience) sometimes confused by such details.
  3777.  
  3778. See section 4.16 What pitfalls are there for BISL specifiers?, for pitfalls
  3779. to avoid. See [Liskov-Guttag86] [Meyer97] [Meyer92] for general advice on
  3780. designing and specifying software. See [Wing95] for some other tips on
  3781. formal specification.
  3782.  
  3783. A Bibliography
  3784.  
  3785. Please send corrections in this bibliography to larch-faq@cs.iastate.edu.
  3786.  
  3787. [Andrews-etal93]
  3788.      D. J. Andrews, et al. Information Technology Programming Languages --
  3789.      VDM-SL: First Committee Draft Standard CD1387-1. Document ISO/IEC
  3790.      JTC1/SC22/WG19 N-20, November 1993. Available from the URL
  3791.      `ftp://gatekeeper.dec.com/pub/standards/vdmsl/'.
  3792. [Baraona-Alexander-Wilsey96]
  3793.      Phillip Baraona, Perry Alexander, and Philip A. Wilsey. Representing
  3794.      Abstract Architectures with Axiomatic Specifications and Activation
  3795.      Conditions. Department of Electrical and Computer Engineering and
  3796.      Computer Science, PO Box 210030, The University of Cincinnati,
  3797.      Cincinnati, OH, April 1996. Available from the URL
  3798.      `http://www.ece.uc.edu/~pbaraona/vspec/papers/fmcad96.ps'.
  3799. [Baraona-Alexander96]
  3800.      Phillip Baraona and Perry Alexander. Abstract Architecture
  3801.      Representation Using VSPEC. Department of Electrical and Computer
  3802.      Engineering and Computer Science, PO Box 210030, The University of
  3803.      Cincinnati, Cincinnati, OH, April 1996. Available from the URL
  3804.      `http://www.ece.uc.edu/~pbaraona/vspec/papers/vspec-arch96.ps'.
  3805. [Baraona-Penix-Alexander95]
  3806.      Phillip Baraona, John Penix, and Perry Alexander. VSPEC: A Declarative
  3807.      Requirements Specification Language for VHDL. In J. M. Berge, O. Levia,
  3808.      and J. Rouilard (eds.), High-Level System Modeling: Specification
  3809.      Languages, pages 51-75. Volume 3 of Current Issues in Electronic
  3810.      Modeling (Kluwer Academic Publishers, June 1995).
  3811. [Baumeister96]
  3812.      Hubert Baumeister. Using Algebraic Specification Languages for
  3813.      Model-Oriented Specifications. Technical Report MPI-I-96-2-003,
  3814.      Max-Planck-Institut fuer Informatik, February 1996. Available from the
  3815.      URL
  3816.      `http://www.mpi-sb.mpg.de/~hubert/MPII-96-2-003.html'.
  3817. [Borgida-etal95]
  3818.      Alex Borgida, John Mylopoulos, and Raymond Reiter. On the Frame Problem
  3819.      in Procedure Specifications. IEEE Transactions on Software Engineering,
  3820.      21(10):785-798, October 1995.
  3821. [Bowen-Hinchey95]
  3822.      J. P. Bowen and M. G. Hinchey. Seven More Myths of Formal Methods. IEEE
  3823.      Software, 12(4):34-41 (July 1995).
  3824. [Bowen-Hinchey95b]
  3825.      J. P. Bowen and M. G. Hinchey. Ten Commandments of Formal Methods. IEEE
  3826.      Computer, 28(4):56-63 (April 1995).
  3827. [Boyer-Moore79]
  3828.      Robert S. Boyer and J Strother Moore. A Computational Logic. Academic
  3829.      Press, 1979.
  3830. [Boyer-Moore88]
  3831.      Robert S. Boyer and J Strother Moore. A Computational Logic Handbook.
  3832.      Academic Press, 1988.
  3833. [Chalin95]
  3834.      Patrice Chalin. On the Language Design and Semantic Foundation of LCL,
  3835.      a Larch/C Interface Specification Language. PhD thesis, Computer
  3836.      Science Department, Concordia University, October 1995. Also Technical
  3837.      Report CU/DCS TR 95-12, which can be obtained from the URL
  3838.      `ftp://ftp.cs.concordia.ca/pub/chalin/tr.ps.Z'.
  3839. [Chalin-etal96]
  3840.      Patrice Chalin, Peter Grogono, and T. Radhakrishnan. Identification of
  3841.      and solutions to shortcomings of LCL, a Larch/C interface specification
  3842.      language. In Marie-Claude Gaudel and James Woodcock (eds.), FME'96:
  3843.      Industrial Benefit and Advances in Formal Methods, pages 385-404.
  3844.      Volume 1051 of Lecture Notes in Computer Science, Springer-Verlag,
  3845.      1996. See also CU/DCS TR 95-04, which can be obtained from the URL
  3846.      `ftp://ftp.cs.concordia.ca/pub/chalin/CU-DCS-TR-95-04.ps.Z'.
  3847. [Chen89]
  3848.      Jolly Chen. The Larch/Generic Interface Language. Bachelor's thesis,
  3849.      Massachusetts Institute of Technology, EECS department, May, 1989.
  3850.      (Available from John Guttag: guttag@lcs.mit.edu.)
  3851. [Cheon-Leavens94]
  3852.      Yoonsik Cheon and Gary T. Leavens. The Larch/Smalltalk Interface
  3853.      Specification Language ACM Transactions on Software Engineering and
  3854.      Methodology, 3(3):221-253 (July 1994).
  3855. [Cheon-Leavens94b]
  3856.      Yoonsik Cheon and Gary T. Leavens. A Gentle Introduction to
  3857.      Larch/Smalltalk Specification Browsers. Department of Computer Science,
  3858.      Iowa State University, TR #94-01, January 1994. Available from the URL
  3859.      `ftp://ftp.cs.iastate.edu/pub/techreports/TR94-01/TR.ps.Z'.
  3860. [DeMillo-Lipton79]
  3861.      Richard A. De Millo and Richard J. Lipton and Alan J. Perlis. Social
  3862.      Processes and Proofs of Theorems and Programs. Communications of the
  3863.      ACM, 22(5):271-280 (May 1979).
  3864. [Edwards-etal94]
  3865.      Stephen H. Edwards, Wayne D. Heym, Timothy J. Long, Murali Sitaraman,
  3866.      and Bruce W. Weide. Part II: Specifying Components in RESOLVE. ACM
  3867.      SIGSOFT Software Engineering Notes, 19(4):29-39 (Oct. 1994).
  3868. [Ehrig-Mahr85]
  3869.      Hartmut Ehrig and Bernd Mahr. Fundamentals of Algebraic Specification
  3870.      1: Equations and Initial Semantics. EATCS Monographs on Theoretical
  3871.      Computer Science, volume 6 (Springer-Verlag, NY, 1985).
  3872. [Evans96b]
  3873.      David Evans. LCLint User's Guide, Version 2.1, April 1996. Available at
  3874.      the following URL
  3875.      `http://larch-www.lcs.mit.edu:8001/larch/lclint/guide/'.
  3876. [Feijs-Jonkers92]
  3877.      L. M. G. Feijs and H. B. M. Jonkers. Formal Specification and Design.
  3878.      Volume 35 of Cambridge Tracts in Theoretical Computer Science
  3879.      (Cambridge University Press, Cambridge, UK, 1992).
  3880. [Fetzer88]
  3881.      James H. Fetzer. Program Verification: The Very Idea. Communications of
  3882.      the ACM, 31(9):1048-1063 (Sept. 1988).
  3883. [Finney96]
  3884.      Kate Finney. Mathematical Notation in Formal Specifications: Too
  3885.      Difficult for the Masses? IEEE Transactions on Software Engineering,
  3886.      22(2):158-159 (February 1996).
  3887. [Futatsugi-etal85]
  3888.      Kokichi Futatsugi, Joseph A. Goguen, Jean-Pierre Jouannaud, and Jose
  3889.      Meseguer. Principles of OBJ2. In Conference Record of the Twelfth
  3890.      Annual ACM Symposium on Principles of Programming Languages, pages
  3891.      52-66 (ACM, January 1985).
  3892. [Garland-Guttag91]
  3893.      S. J. Garland and J. V. Guttag. A Guide to LP, The Larch Prover.
  3894.      Technical Report 82, Digital Equipment Corp, Systems Research Center,
  3895.      130 Lytton Avenue Palo Alto, CA 94301, December, 1991. This is
  3896.      superseded by [Garland-Guttag95].
  3897. [Garland-Guttag-Horning90]
  3898.      Stephen J. Garland, John V. Guttag, and James J. Horning. Debugging
  3899.      Larch Shared Language Specifications. IEEE Transactions on Software
  3900.      Engineering, 16(6):1044-1057 (Sept. 1990). Superseded by Chapter 7 in
  3901.      [Guttag-Horning93].
  3902. [Garland-Guttag95]
  3903.      Stephen J. Garland and John V. Guttag. LP, the Larch Prover. On-line
  3904.      documentation for release 3.1a (MIT Laboratory for Computer Science,
  3905.      April 1995). Available in the LP distribution and from the URL
  3906.      `http://larch-www.lcs.mit.edu:8001/larch/LP/contents.html'.
  3907. [Goguen-etal87]
  3908.      J. Goguen, C. Kirchner, A. Megrelis, J. Meseguer, and T. Winkler. An
  3909.      Introduction to OBJ3. In S. Kaplan and J.-P. Jouannaud (eds.),
  3910.      Conditional Term Rewriting Systems, 1st International Workshop, Orsay,
  3911.      France, pages 258-263. Lecture Notes in Computer Science, Volume 308
  3912.      (Springer-Verlag, NY, 1987).
  3913. [Goguen-Thatcher-Wagner78]
  3914.      J. A. Goguen, J. W. Thatcher, and E. G. Wagner. An Initial Algebra
  3915.      Approach to the Specification, Correctness and Implementation of
  3916.      Abstract Data Types. In Raymond T. Yeh (ed.), Current Trends in
  3917.      Programming Methodology, volume 4, pages 80-149 (Prentice-Hall,
  3918.      Englewood Cliffs, N.J., 1978).
  3919. [Goguen84]
  3920.      J. A. Goguen. Parameterized Programming. IEEE Transactions on Software
  3921.      Engineering, SE-10(5):528-543 (Sept. 1984).
  3922. [Goguen86]
  3923.      J. A. Goguen. Reusing and Interconnecting Software Components IEEE
  3924.      Computer, 19(2):16-28 (February 1986).
  3925. [Gordon-Melham93]
  3926.      M. J. C. Gordon and T. F. Melham. Introduction to HOL: A Theorem
  3927.      Proving Environment for Higher Order Logic. Cambridge University Press,
  3928.      1993.
  3929. [Gries-Schneider95]
  3930.      David Gries and Fred B. Schneider. Avoiding the Undefined by
  3931.      Underspecification. In Jan van Leeuwen (ed.), Computer Science Today:
  3932.      Recent Trends and Developments, pages 366-373. Volume 1000 of Lecture
  3933.      Notes in Computer Science (Springer-Verlag, NY, 1995).
  3934. [Guaspari-Marceau-Polak90]
  3935.      David Guaspari, Carla Marceau, and Wolfgang Polak. Formal Verification
  3936.      of Ada Programs. IEEE Transactions on Software Engineering,
  3937.      16(9):1058-1075 (Sept. 1990). Reprinted in [Martin-Wing93], pages
  3938.      104-141.
  3939. [Guttag-Horning-Modet90]
  3940.      John V. Guttag, J. J. Horning, and Andres Modet. Report on the Larch
  3941.      Shared Language: Version 2.3. Technical Report 58, Digital Equipment
  3942.      Corp, Systems Research Center, 130 Lytton Avenue Palo Alto, CA 94301,
  3943.      April, 1990. Order from src-report@src.dec.com or from the URL
  3944.      `http://www.research.digital.com/SRC/publications/src-rr.html'.
  3945. [Guttag-Horning-Wing85a]
  3946.      J. V. Guttag, J. J. Horning, and J. M. Wing. Larch in Five Easy Pieces.
  3947.      Technical Report 5, Digital Equipment Corp, Systems Research Center,
  3948.      130 Lytton Avenue Palo Alto, CA 94301, July 1985. Superseded by
  3949.      [Guttag-Horning93].
  3950. [Guttag-Horning-Wing85b]
  3951.      John V. Guttag, James J. Horning and Jeannette M. Wing. The Larch
  3952.      Family of Specification Languages. IEEE Software, 2(5):24-36 (Sept.
  3953.      1985).
  3954. [Guttag-Horning78]
  3955.      J. V. Guttag and J. J. Horning. The Algebraic Specification of Abstract
  3956.      Data Types. Acta Informatica, 10(1):27-52 (1978).
  3957. [Guttag-Horning91b]
  3958.      J. V. Guttag and J. J. Horning. A Tutorial on Larch and LCL, a Larch/C
  3959.      Interface Language. In S. Prehn and W. J. Toetenel (eds.), VDM '91
  3960.      Formal Software Development Methods 4th International Symposium of VDM
  3961.      Europe Noordwijkerhout, The Netherlands, Volume 2: Tutorials. Lecture
  3962.      Notes in Computer Science, vol. 552, (Springer-Verlag, NY, 1991), pages
  3963.      1-78.
  3964. [Guttag-Horning93]
  3965.      John V. Guttag and James J. Horning with S.J. Garland, K.D. Jones, A.
  3966.      Modet and J.M. Wing. Larch: Languages and Tools for Formal
  3967.      Specification. Texts and Monographs in Computer Science series
  3968.      (Springer-Verlag, NY, 1993). (The ISBN numbers are 0-387-94006-5 and
  3969.      3-540-94006-5.)
  3970. [Guttag75]
  3971.      John V. Guttag. The Specification and Application to Programming of
  3972.      Abstract Data Types. Ph.D. Thesis, University of Toronto, Toronto,
  3973.      Canada, September, 1975.
  3974. [Hall90]
  3975.      Anthony Hall. Seven Myths of Formal Methods. IEEE Software, 7(5):11-19
  3976.      (Sept. 1990).
  3977. [Hayes93]
  3978.      I. Hayes (ed.), Specification Case Studies, second edition
  3979.      (Prentice-Hall, Englewood Cliffs, N.J., 1990).
  3980. [Hoare69]
  3981.      C. A. R. Hoare. An Axiomatic Basis for Computer Programming. Comm. ACM,
  3982.      12(10):576-583 (Oct. 1969).
  3983. [Hoare72a]
  3984.      C. A. R. Hoare. Proof of correctness of data representations. Acta
  3985.      Informatica, 1(4):271-281 (1972).
  3986. [Jackson95]
  3987.      Daniel Jackson. Structuring Z Specifications with Views. ACM
  3988.      Transactions on Software Engineering and Methodology, 4(4):365-389
  3989.      (Oct, 1995).
  3990. [Jones90]
  3991.      Cliff B. Jones, Systematic software development using VDM, second
  3992.      edition (Prentice-Hall, Englewood Cliffs, N.J., 1990).
  3993. [Jones91]
  3994.      Kevin D. Jones. LM3: A Larch Interface Language for Modula-3: A
  3995.      Definition and Introduction: Version 1.0. Technical Report 72, Digital
  3996.      Equipment Corp, Systems Research Center, 130 Lytton Avenue Palo Alto,
  3997.      CA 94301, June, 1991. Order from src-report@src.dec.com or from the URL
  3998.      `http://www.research.digital.com/SRC/publications/src-rr.html'.
  3999. [Jones93]
  4000.      Kevin D. Jones. A Semantics for a Larch/Modula-3 Interface Language. In
  4001.      [Martin-Wing93], pages 142-158.
  4002. [Jonkers91]
  4003.      H. B. M. Jonkers. Upgrading the pre- and postcondition technique. In S.
  4004.      Prehn and W. J. Toetenel (eds.), VDM '91 Formal Software Development
  4005.      Methods 4th International Symposium of VDM Europe Noordwijkerhout, The
  4006.      Netherlands, Volume 1: Conference Contributions, volume 551 of Lecture
  4007.      Notes in Computer Science, pages 428-456. Springer-Verlag, NY, 1991.
  4008. [Khosla-Maibaum87]
  4009.      S. Khosla and T. S. E. Maibaum. The Prescription and Description of
  4010.      State Based Systems. In B. Banieqbal, H. Barringer, and A. Puneli
  4011.      (eds.), Temporal Logic in Specification. Volume 398 of Lecture Notes in
  4012.      Computer Science, pages 243-294. Springer-Verlag, NY, 1987.
  4013. [Lamport89]
  4014.      Leslie Lamport. A Simple Approach to Specifying Concurrent Systems.
  4015.      CACM, 32(1):32-45 (Jan. 1989).
  4016. [Leavens97]
  4017.      Gary T. Leavens. Larch/C++ Reference Manual. Version 5.10, August 1997.
  4018.      Available in `ftp://ftp.cs.iastate.edu/pub/larchc++/lcpp.ps.gz' or on
  4019.      the world wide web via the URL
  4020.      `http://www.cs.iastate.edu/~leavens/larchc++.html'.
  4021. [Leavens96b]
  4022.      Gary T. Leavens. An Overview of Larch/C++: Behavioral Specifications
  4023.      for C++ Modules. Technical Report TR #96-01d, Department of Computer
  4024.      Science, Iowa State University, Ames, Iowa, 50011, April 1996, revised
  4025.      July 1997. In Haim Kilov and William Harvey, editors, Specification of
  4026.      Behavioral Semantics in Object-Oriented Information Modeling (Kluwer
  4027.      Academic Publishers, 1996), Chapter 8, pages 121-142. TR version
  4028.      available from the URL
  4029.      `ftp://ftp.cs.iastate.edu/pub/techreports/TR96-01/TR.ps.gz'.
  4030. [Leavens-Wing97]
  4031.      Gary T. Leavens and Jeannette M. Wing. Protective Interface
  4032.      Specifications In Michel Bidoit and Max Dauchet (editors), TAPSOFT '97:
  4033.      Theory and Practice of Software Development, 7th International Joint
  4034.      Conference CAAP/FASE, Lille, France, pages 520-534. An extended version
  4035.      is Technical Report TR #96-04c, Department of Computer Science, Iowa
  4036.      State University, Ames, Iowa, 50011, April 1996, revised October,
  4037.      December 1996, February 1997. Available from the URL
  4038.      `ftp://ftp.cs.iastate.edu/pub/techreports/TR96-04/TR.ps.gz'.
  4039. [Lerner91]
  4040.      Richard Allen Lerner. Specifying Objects of Concurrent Systems. School
  4041.      of Computer Science, Carnegie Mellon University, CMU-CS-91-131, May
  4042.      1991. Available from the URL
  4043.      `ftp://ftp.cs.cmu.edu/afs/cs.cmu.edu/project/larch/ftp/thesis.ps.Z'.
  4044. [Liskov-Guttag86]
  4045.      Barbara Liskov and John Guttag. Abstraction and Specification in
  4046.      Program Development (MIT Press, Cambridge, Mass., 1986).
  4047. [Loeckx-Ehrich-Wolf96]
  4048.      Jacques Loeckx, Hans-Dieter Ehrich, and Markus Wolf Specification of
  4049.      Abstract Data Types (John Wiley & Sons Ltd and B. G. Teubner, NY,
  4050.      1996).
  4051. [Luchangco-etal94]
  4052.      Victor Luchangco, Ekrem Soylemez, Stephen Garland, and Nancy Lynch.
  4053.      Verifying timing properties of concurrent algorithms. In FORTE'94:
  4054.      Seventh International Conference on Formal Description Techniques for
  4055.      Distributed Systems and Communications Protocols, Berne, Switzerland
  4056.      (Chapman and Hall, Oct. 1994).
  4057. [Martin-Lai92]
  4058.      U. Martin and M. Lai. Some experiments with a completion theorem
  4059.      prover. Journal of Symbolic Computation, 13:81-100 (1992).
  4060. [Martin-Wing93]
  4061.      U. Martin and J. Wing. Proceedings of the First International Workshop
  4062.      on Larch, July 1992. Workshops in Computing series (Springer-Verlag,
  4063.      New York, 1993). (The ISBN is 0-387-19804-0.)
  4064. [Meyer92]
  4065.      Bertrand Meyer. Applying "Design by Contract". Computer, 25(10):40-51
  4066.      (Oct. 1992).
  4067. [Meyer97]
  4068.      Bertrand Meyer. Object-oriented Software Construction, second edition
  4069.      (Prentice-Hall, 1997).
  4070. [Mosses96]
  4071.      Peter D. Mosses (editor). CFI Catalogue: Language Design. May 1996.
  4072.      Available from the URL
  4073.      `http://www.brics.dk/Projects/CFI/Catalogue/2/index.html'.
  4074. [ORA94]
  4075.      Odyssey Research Associates. Penelope Reference Manual, Version 3-3.
  4076.      Informal Technical Report STARS-AC-C001/001/00, September 1994.
  4077.      Available from the URL
  4078.      `http://source.asset.com/WSRD/ASSET/A/874/elements/RefManual.tty'.
  4079. [Owre-etal95]
  4080.      Formal Verification for Fault-tolerant Architectures: Prolegomena to
  4081.      the Deisgn of PVS. Sam Owre, John Rushby, Natarajan Shankar, and
  4082.      Friedrich von Henke. IEEE Transactions on Software Engineering,
  4083.      21(2):107-125 (February 1995).
  4084. [Saiedian-etal96]
  4085.      An Invitation to Formal Methods. Hossein Saiedian, et al. IEEE
  4086.      Computer, 29(4):16-30 (April 1996).
  4087. [Saxe-etal92]
  4088.      J. B. Saxe, S. J. Garland, J. V. Guttag, and J. J. Horning. Using
  4089.      transformations and verification in circuit design. International
  4090.      Workshop on Designing Correct Circuits, IFIP Transactions A-5,
  4091.      (North-Holland 1992). Also Technical Report 78, Digital Equipment Corp,
  4092.      Systems Research Center, 130 Lytton Avenue Palo Alto, CA 94301,
  4093.      September 1991.
  4094. [Schmidt86]
  4095.      David A. Schmidt. Denotational Semantics: A Methodology for Language
  4096.      Development (Allyn and Bacon, Inc., Boston, Mass., 1986).
  4097. [Sitaraman-Welch-Harms93]
  4098.      M. Sitaraman, L. R. Welch, and D. E. Harms. On Specification of
  4099.      Reusable Software Components. International Journal of Software
  4100.      Engineering and Knowledege Engineering, 3(2):207-229 (World Scientific
  4101.      Publishing Company, 1993).
  4102. [Sivaprasad95]
  4103.      Gowri Sankar Sivaprasad. Larch/CORBA: Specifying the Behavior of
  4104.      CORBA-IDL Interfaces. Department of Computer Science, Iowa State
  4105.      University, TR #95-27a, December 1995, revised December 1995.
  4106. [Soegaard-Anderson-etal93]
  4107.      J. F. Soegaard-Anderson, S. J. Garland, J. V. Guttag, N. A. Lynch, and
  4108.      A. Pogosyants. Computed-assisted simulation proofs. In Fourth
  4109.      Conference on Computer-Aided Verification, Elounda, Greece, Volume 697
  4110.      of Lecture Notes in Computer Science, pages 305-319 (Springer-Verlag,
  4111.      June 1993).
  4112. [Spivey92]
  4113.      J. Michael Spivey. The Z Notation: A Reference Manual, second edition,
  4114.      (Prentice-Hall, Englewood Cliffs, N.J., 1992).
  4115. [Staunstrup-Garland-Guttag89]
  4116.      J. Staunstrup, S. J. Garland, and J. V. Guttag. Localized verification
  4117.      of circuit descriptions. In Proc. Int. Workshop on Automatic
  4118.      Verification Methods for Finite State Systems, Grenoble, France. Volume
  4119.      407 of Lecture Notes in Computer Science, pages 349-364
  4120.      (Springer-Verlag, 1989).
  4121. [Staunstrup-Garland-Guttag92]
  4122.      J. Staunstrup, S. J. Garland, and J. V. Guttag. Mechanized verification
  4123.      of circuit descriptions using the Larch Prover. In Theorem Provers in
  4124.      Circuit Design. IFIP Transactions A-10, pages 277-299 (North-Holland,
  4125.      June, 1992).
  4126. [Tan94]
  4127.      Yang Meng Tan. Formal Specification Techniques for Promoting Software
  4128.      Modularity, Enhancing Documentation, and Testing Specifications. MIT
  4129.      Lab. for Comp. Sci., TR 619, June 1994. Also published as Formal
  4130.      Specification Techniques for Engineering Modular C Programs.
  4131.      International Series in Software Engineering (Kluwer Academic
  4132.      Publishers, Boston, 1995).
  4133. [Wing-Rollins-Zaremski93]
  4134.      Jeannette M. Wing, Eugene Rollins, and Amy Moormann Zaremski. Thoughts
  4135.      on a Larch/ML and a New Application for LP. In [Martin-Wing93], pages
  4136.      297-312.
  4137. [Wing83]
  4138.      Jeannette Marie Wing. A Two-Tiered Approach to Specifying Programs
  4139.      Technical Report TR-299, Mass. Institute of Technology, Laboratory for
  4140.      Computer Science, 1983.
  4141. [Wing87]
  4142.      Jeannette M. Wing. Writing Larch Interface Language Specifications. ACM
  4143.      Transactions on Programming Languages and Systems, 9(1):1-24 (Jan.
  4144.      1987).
  4145. [Wing90]
  4146.      Jeannette M. Wing. A Specifier's Introduction to Formal Methods.
  4147.      Computer, 23(9):8-24 (Sept. 1990)
  4148. [Wing95]
  4149.      Jeannette M. Wing. Hints to Specifiers. Technical Report,
  4150.      CMU-CS-95-118R, Carnegie Mellon University, School of Computer Science,
  4151.      May 1995. Revision of the paper, "Teaching Mathematics to Software
  4152.      Engineers," Proceedings of AMAST '95, July 1995. Revision available
  4153.      from the URL
  4154.      `http://www.cs.cmu.edu/afs/cs.cmu.edu/project/venari/papers/education/paper.ps'.
  4155.  
  4156.  
  4157. Footnotes
  4158.  
  4159. (1)
  4160.  
  4161. Although one cannot list both unknown and hmm in the same converts clause,
  4162. one could add another converts clause to the trait ConvertsTrait, stating
  4163. that unknown is converted, relative to the other operators, which in that
  4164. case include hmm.
  4165.  
  4166. (2)
  4167.  
  4168. The semantics of a Larch BISL is not fixed by being a member of the family,
  4169. but there is a family resemblance, due mostly to the common heritage from
  4170. Larch/CLU [Wing83]. The remarks about BISLs should be taken as generalities
  4171. about the family, especially about BISLs for sequential programming
  4172. languages like C and C++, and might not hold for your particular BISL.
  4173. Consult the documentation for your particular BISL to be sure.
  4174.  
  4175. ------------------------------------------------------------------------
  4176.  
  4177. This document was generated on 20 October 1997 using the texi2html
  4178. translator version 1.50.
  4179. --
  4180.         229 Atanasoff Hall, Department of Computer Science
  4181.         Iowa State Univ., Ames, Iowa 50011-1040 USA
  4182.         leavens@cs.iastate.edu  phone: +1 515 294-1580 fax: +1 515 294-0258
  4183.         URL: http://www.cs.iastate.edu/~leavens/homepage.html
  4184.