diff options
Diffstat (limited to 'doc/plugin_tutorial/tuto2/src/custom.ml')
| -rw-r--r-- | doc/plugin_tutorial/tuto2/src/custom.ml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
