From 6248b4a1c79015f2fee994d61240b22fc2ed151e Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 28 Feb 2007 15:49:13 +0000 Subject: model for resource --- examples/model/Math.gf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/model/Math.gf (limited to 'examples/model/Math.gf') diff --git a/examples/model/Math.gf b/examples/model/Math.gf new file mode 100644 index 000000000..036cab294 --- /dev/null +++ b/examples/model/Math.gf @@ -0,0 +1,11 @@ +abstract Math = { + + cat Prop ; Elem ; + + fun + And : Prop -> Prop -> Prop ; + Even : Elem -> Prop ; + Odd : Elem -> Prop ; + Zero : Elem ; + +} -- cgit v1.2.3