Effect CommunityEC
Effect Community3y ago
71 replies
Jérôme MARTIN

Question on Schemas for Structs in CSV Strings

Hi, I was wondering if the type of S.literal('a') should not be S.Schema<unknwown,'a'> instead of S.Schema<'a','a'>. For instance, here is the transformer to read and write a simple struct from a csv string:
Was this page helpful?