HomePage RecentChanges

template utilities

  1. Intoduction
    1. An example
    2. Overview
    3. Organization
  2. Data structures
    1. Template
    2. Assignment
    3. Assignment list
  3. Operations on assignment lists
    1. assignment-p
    2. assignment-list-p
    3. add-assignment
    4. shift-assignments
    5. merge-assignments
  4. Substituting values
    1. substitute-assignment
    2. substitute-helper
    3. substitute-in-template
  5. template utilities - Matching to templates
    1. match-template
  6. Miscellanea
    1. first, second, third
    2. repetition-p
    3. same-length
  7. Collected code
  8. Older version
  9. Discussion

Back to h-code


Note: this section reimplements and improves upon schema matching utilities.