shithub: mc

Download patch

ref: b3a8a63686f2447dea9c135ab863cee5364b3a07
parent: 7b8904abd412ecf638d1ed90703c3c5ec1ae3f4c
author: Ori Bernstein <[email protected]>
date: Sat Sep 6 16:53:37 EDT 2014

Delete unimplemented functions.

--- a/libstd/bitset.myr
+++ b/libstd/bitset.myr
@@ -24,8 +24,6 @@
 	const bsissub	: (a : bitset#, b : bitset# -> bool)
 
 	const bsclear	: (bs : bitset# -> bitset#)
-	const bscount	: (bs : bitset#	-> bitset#)
-	const bsiter	: (bs : bitset# -> bitset#)
 ;;
 
 const mkbs = {
@@ -140,3 +138,4 @@
 	ensurespace(a, sz)
 	ensurespace(b, sz)
 }
+