This commit is contained in:
hneemann 2018-03-16 11:52:18 +01:00
parent b482fc3195
commit ae27e2cac2

View File

@ -8,7 +8,6 @@ package de.neemann.digital.hdl.hgs.function;
import de.neemann.digital.hdl.hgs.HGSEvalException;
/**
* A function.
* Can be used to define a function by a lambda expression.
*/
public class Func extends Function {
@ -31,7 +30,7 @@ public class Func extends Function {
}
/**
* A fimple function
* A simple function
*/
public interface Interface {
/**