Skip to content

Add function with type like TomlCodec a -> TOML -> Either DecodeException a #109

@willbasky

Description

@willbasky

SubIssue for #98.

tomland has two step convertion:

from
Text 
to
1. Toml (with parse)
to 
2. Either DecodeException a (with ??) 

It has function function parse for first step and decode for both steps, but hasn`t function for second step.

About steps.

Metadata

Metadata

Assignees

Labels

Hacktoberfesthttps://hacktoberfest.digitalocean.com/codecConversion between TOML and custom user data types

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions