add lab6
This commit is contained in:
5
Lab6/cs2030s/fp/Lazy.java
Normal file
5
Lab6/cs2030s/fp/Lazy.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package cs2030s.fp;
|
||||
|
||||
public class Lazy<T> /* implements Immutatorable<T> */ {
|
||||
private Constant<? extends T> init;
|
||||
}
|
||||
Reference in New Issue
Block a user