You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _type flag is wasteful and makes for trivially more expensive construction and destruction. It’d be more efficient—and I would argue more ergonomic—to split the Temp type into two types, TempFile and TempDir. (I’m not going to suggest phantom types, because they’re more complex for no gain that is evident to me.)
The text was updated successfully, but these errors were encountered:
The
_type
flag is wasteful and makes for trivially more expensive construction and destruction. It’d be more efficient—and I would argue more ergonomic—to split theTemp
type into two types,TempFile
andTempDir
. (I’m not going to suggest phantom types, because they’re more complex for no gain that is evident to me.)The text was updated successfully, but these errors were encountered: