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
Types.fabric shall be changed to be a record: {name, fn: 'a => content} because a fabricator should already be able to name it's created fabrics. The name will be the file-path by convention.
This change will enable refabricators to implement actions depending on the fabric's name without actually calling the fabric's function. e.g for Lib.Refabricators.filterbyExtenstion() (#6)
The text was updated successfully, but these errors were encountered:
Types.fabric
shall be changed to be a record:{name, fn: 'a => content}
because a fabricator should already be able to name it's created fabrics. The name will be the file-path by convention.This change will enable refabricators to implement actions depending on the fabric's name without actually calling the fabric's function. e.g for
Lib.Refabricators.filterbyExtenstion()
(#6)The text was updated successfully, but these errors were encountered: