From a5e0977ba856e49384475f9e054054edbc0fabe0 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 2 Aug 2016 21:35:09 -0400 Subject: Create basic next action list --- main.ur | 35 +++++++++++++++++++++++++++++------ ugtd.urp | 1 + 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/main.ur b/main.ur index 87db169..fa8cf7e 100644 --- a/main.ur +++ b/main.ur @@ -14,10 +14,29 @@ specific language governing permissions and limitations under the License. *) open Mdl +type nextAction = string + +val actionsForTesting = + Cons ("Print cover for TPS report", + Cons ("Collect information for TPS report", + Cons ("Generate charts for TPS report", + Cons ("Lorem ipsum dolor sit amet", + Nil)))) + (* Forces JavaScript to be enabled on the given page, so as to pull in external scripts specified in the .urp file. *) val forceJavaScript =