diff options
| author | David Aspinall | 2010-08-25 15:06:03 +0000 |
|---|---|---|
| committer | David Aspinall | 2010-08-25 15:06:03 +0000 |
| commit | 02bb1c8598c540f4166f3c3f0f88c88df541c2dc (patch) | |
| tree | 8a008fa2904537dcc1727516bd92076e32c853a8 /lclam/example.lcm | |
| parent | d3c2d3fe4a2171b384469ed500c35276e8e4209b (diff) | |
Deleted file
Diffstat (limited to 'lclam/example.lcm')
| -rw-r--r-- | lclam/example.lcm | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/lclam/example.lcm b/lclam/example.lcm deleted file mode 100644 index 5b275814..00000000 --- a/lclam/example.lcm +++ /dev/null @@ -1,34 +0,0 @@ -/* File name: example.lcm */ -/* Description: Tutorial walkthrough from LClam manual */ -/* Author: James Brotherston */ -/* Last modified: 20th August 2001 */ - -query_top_goal X assp. - -set_spypoint (induction_top normal_ind). -set_spypoint sym_eval. - -silent_output on. - -pds_plan (induction_top normal_ind) assp. -continue. -continue. -continue. - -add_theory_to_induction_scheme_list arithmetic. -add_theory_to_sym_eval_list arithmetic. -set_wave_rule_to_sym_eval. -add_to_sym_eval_list [idty]. -set_wave_rule_to_sym_eval. -remove_spypoint (induction_top normal_ind). -remove_spypoint sym_eval. -pds_plan (induction_top normal_ind) assp. - -step_by_step on. -pds_plan (induction_top normal_ind) assp. -continue. -backtrack. -try ind_strat. -continue. -plan_node (2::1::nil). -abandon. |
