From 2f5fefcd76259d5e0aee5ef5076ae4c4dd662ec1 Mon Sep 17 00:00:00 2001 From: Talia Ringer Date: Fri, 7 Jun 2019 06:59:16 -0400 Subject: Update, expand, and document plugin tutorial 2 --- doc/plugin_tutorial/tuto2/src/custom.ml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/plugin_tutorial/tuto2/src/custom.ml (limited to 'doc/plugin_tutorial/tuto2/src/custom.ml') diff --git a/doc/plugin_tutorial/tuto2/src/custom.ml b/doc/plugin_tutorial/tuto2/src/custom.ml new file mode 100644 index 0000000000..648786d3bd --- /dev/null +++ b/doc/plugin_tutorial/tuto2/src/custom.ml @@ -0,0 +1,5 @@ +(* + * This file defines a custom type for the PassCustom command. + *) + +type custom_type = Foo | Bar -- cgit v1.2.3