summaryrefslogtreecommitdiff
path: root/src/runtime/dotNet/Expr/Abstraction.cs
blob: 023208727027bf6ccb476d90b1229a7d2923f410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Runtime.InteropServices;

namespace PGFSharp
{
	/*public class Abs : Expression
	{
		public Abs ()
		{
		}
	}
*/

}