From ef0f9531dd019f2e47c699e99f4ae5a88caa8ff1 Mon Sep 17 00:00:00 2001 From: Matei Cloteaux Date: Tue, 28 Jan 2025 16:18:16 -0500 Subject: [PATCH 1/2] Fix getting started doc --- doc/GettingStarted.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/GettingStarted.md b/doc/GettingStarted.md index 1c74d6e..7834906 100644 --- a/doc/GettingStarted.md +++ b/doc/GettingStarted.md @@ -55,11 +55,13 @@ defines a variable `world`, and prints it out. To run it, type the following command, or use the run functionality provided by your deduce editor. + ``` python deduce.py hello.pf ``` You should see the output + ``` hello hello.pf is valid From cb4243c687351c17e247fcab6c9663165819a98f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jan 2025 21:18:46 +0000 Subject: [PATCH 2/2] Automated update by GitHub Action --- gh-pages/pages/getting-started.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/gh-pages/pages/getting-started.html b/gh-pages/pages/getting-started.html index e4a1657..efb4c72 100644 --- a/gh-pages/pages/getting-started.html +++ b/gh-pages/pages/getting-started.html @@ -113,15 +113,11 @@

Running Deduce Programs

This program defines a new union type called Greeting, defines a variable world, and prints it out.

To run it, type the following command, or use the run functionality -provided by your deduce editor. -!!! -python deduce.py hello.pf -!!!

-

You should see the output -!!! -hello -hello.pf is valid -!!!

+provided by your deduce editor.

+
python deduce.py hello.pf
+

You should see the output

+
hello
+hello.pf is valid

Command Line Arguments

The deduce.py script supports certain command line arguments which are documented below. If an argument is not preceded by one of the