(module raw_buf_reject_str (fn cant_str (type (fn-type (params (borrow (con RawBuf (con Str)))) (ret (own (con Str))))) (params buf) (body (app RawBuf.get buf 0))))