carneades / carneades-4

Version 4 of Carneades, implemented in Go
https://carneades.github.io/
Other
48 stars 13 forks source link

YAML Export: structured values not exported correctly #8

Closed tfgordon closed 8 years ago

tfgordon commented 8 years ago

Go maps and slices are not always exported to YAML correctly. The CAF example illustrates the problem.

tfgordon commented 8 years ago

Horst has fixed this problem for the expected use cases, but the solution may not be completely general. I will close this issue for now and reopen it if requirements for further use cases come up.