stdlib: Remove obsolete FIXME about state fns

This commit is contained in:
Patrick Walton 2011-07-12 11:36:01 -07:00
parent c15aa5e3a3
commit 4b23ea51bc

View File

@ -24,8 +24,6 @@ export eq_vec;
// an optimizing version of this module that produces a different obj
// for the case where nbits <= 32.
// FIXME: Almost all the functions in this module should be state fns, but the
// effect system isn't currently working correctly.
type t = rec(vec[mutable uint] storage, uint nbits);