CHANGELOG.md
CONTRIBUTING.md
COPYING
COPYING.LESSER
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
example/Example.hs
example/Example_stub.h
example/e/Example.hs
example/e/Example_stub.h
pythas/__init__.py
pythas/compiler.py
pythas/core.py
pythas/types.py
pythas/utils.py
pythas.egg-info/PKG-INFO
pythas.egg-info/SOURCES.txt
pythas.egg-info/dependency_links.txt
pythas.egg-info/top_level.txt
pythas/haskell/__init__.py
pythas/haskell/ghc.py
pythas/haskell/bin/Exports.hi
pythas/haskell/bin/Exports.o
pythas/haskell/bin/Foreign/Hasky.hi
pythas/haskell/bin/Foreign/Hasky.o
pythas/haskell/bin/Foreign/HaskyArray.hi
pythas/haskell/bin/Foreign/HaskyArray.o
pythas/haskell/bin/Foreign/HaskyList.hi
pythas/haskell/bin/Foreign/HaskyList.o
pythas/haskell/bin/Foreign/HaskyString.hi
pythas/haskell/bin/Foreign/HaskyString.o
pythas/haskell/bin/Foreign/HaskyTuple.hi
pythas/haskell/bin/Foreign/HaskyTuple.o
pythas/haskell/bin/Foreign/Pythas.hi
pythas/haskell/bin/Foreign/Pythas.o
pythas/haskell/bin/Foreign/C/Structs.hi
pythas/haskell/bin/Foreign/C/Structs.o
pythas/haskell/bin/Foreign/C/Structs/Templates.hi
pythas/haskell/bin/Foreign/C/Structs/Templates.o
pythas/haskell/bin/Foreign/C/Structs/Types.hi
pythas/haskell/bin/Foreign/C/Structs/Types.o
pythas/haskell/bin/Foreign/C/Structs/Utils.hi
pythas/haskell/bin/Foreign/C/Structs/Utils.o
pythas/haskell/bin/Foreign/Pythas/AST.hi
pythas/haskell/bin/Foreign/Pythas/AST.o
pythas/haskell/bin/Foreign/Pythas/Array.hi
pythas/haskell/bin/Foreign/Pythas/Array.o
pythas/haskell/bin/Foreign/Pythas/FFICreate.hi
pythas/haskell/bin/Foreign/Pythas/FFICreate.o
pythas/haskell/bin/Foreign/Pythas/FFIType.hi
pythas/haskell/bin/Foreign/Pythas/FFIType.o
pythas/haskell/bin/Foreign/Pythas/Finalizer.hi
pythas/haskell/bin/Foreign/Pythas/Finalizer.o
pythas/haskell/bin/Foreign/Pythas/HTypes.hi
pythas/haskell/bin/Foreign/Pythas/HTypes.o
pythas/haskell/bin/Foreign/Pythas/Hidden.hi
pythas/haskell/bin/Foreign/Pythas/Hidden.o
pythas/haskell/bin/Foreign/Pythas/List.hi
pythas/haskell/bin/Foreign/Pythas/List.o
pythas/haskell/bin/Foreign/Pythas/ParseExports.hi
pythas/haskell/bin/Foreign/Pythas/ParseExports.o
pythas/haskell/bin/Foreign/Pythas/ParseTypes.hi
pythas/haskell/bin/Foreign/Pythas/ParseTypes.o
pythas/haskell/bin/Foreign/Pythas/ParseUtils.hi
pythas/haskell/bin/Foreign/Pythas/ParseUtils.o
pythas/haskell/bin/Foreign/Pythas/Parser.hi
pythas/haskell/bin/Foreign/Pythas/Parser.o
pythas/haskell/bin/Foreign/Pythas/String.hi
pythas/haskell/bin/Foreign/Pythas/String.o
pythas/haskell/bin/Foreign/Pythas/Templates.hi
pythas/haskell/bin/Foreign/Pythas/Templates.o
pythas/haskell/bin/Foreign/Pythas/Tuples.hi
pythas/haskell/bin/Foreign/Pythas/Tuples.o
pythas/haskell/bin/Foreign/Pythas/Utils.hi
pythas/haskell/bin/Foreign/Pythas/Utils.o
pythas/haskell/bin/Foreign/Pythas/Wrapper.hi
pythas/haskell/bin/Foreign/Pythas/Wrapper.o
pythas/haskell/ffi/Setup.hs
pythas/haskell/ffi/stack.yaml
pythas/haskell/ffi/executables/Main.hs
pythas/haskell/ffi/src/CreateGoldenOutput.hs
pythas/haskell/ffi/src/Exports.hs
pythas/haskell/ffi/src/Exports_stub.h
pythas/haskell/ffi/src/libpythasffi.so
pythas/haskell/ffi/src/Foreign/Pythas.hs
pythas/haskell/ffi/src/Foreign/Pythas/AST.hs
pythas/haskell/ffi/src/Foreign/Pythas/FFICreate.hs
pythas/haskell/ffi/src/Foreign/Pythas/FFIType.hs
pythas/haskell/ffi/src/Foreign/Pythas/Finalizer.hs
pythas/haskell/ffi/src/Foreign/Pythas/HTypes.hs
pythas/haskell/ffi/src/Foreign/Pythas/Hidden.hs
pythas/haskell/ffi/src/Foreign/Pythas/Parser.hs
pythas/haskell/ffi/src/Foreign/Pythas/Utils.hs
pythas/haskell/ffi/src/Foreign/Pythas/Wrapper.hs
pythas/haskell/ffi/test/DocTest.hs
pythas/haskell/ffi/test/Main.hs
pythas/haskell/ffi/test/ParseUnitTests.hs
pythas/haskell/ffi/test/WrapGoldenTests.hs
pythas/haskell/res/hswrap.c
pythas/haskell/res/hswrap.o
pythas/haskell/res/Pythas-Types/Setup.hs
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/Array.hi
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/Array.hs
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/Array.o
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/List.hi
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/List.hs
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/List.o
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/String.hi
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/String.hs
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/String.o
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/Templates.hi
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/Templates.hs
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/Templates.o
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/Tuples.hi
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/Tuples.hs
pythas/haskell/res/Pythas-Types/src/Foreign/Pythas/Tuples.o
pythas/haskell/res/Pythas-Types/test/CTest.hs
pythas/haskell/res/Pythas-Types/test/DocTest.hs
pythas/haskell/res/Pythas-Types/test/Main.hs
pythas/haskell/res/Pythas-Types/test/TypeProperties.hs
pythas/haskell/res/Pythas-Types/test/libs/c_test.c
pythas/haskell/res/Pythas-Types/test/libs/c_test.h
pythas/haskell/res/cstructs-in-haskell/Setup.hs
pythas/haskell/res/cstructs-in-haskell/stack.yaml
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs.hi
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs.hs
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs.o
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs/Templates.hi
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs/Templates.hs
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs/Templates.o
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs/Types.hi
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs/Types.hs
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs/Types.o
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs/Utils.hi
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs/Utils.hs
pythas/haskell/res/cstructs-in-haskell/src/Foreign/C/Structs/Utils.o
pythas/haskell/res/cstructs-in-haskell/test/CTest.hs
pythas/haskell/res/cstructs-in-haskell/test/DocTest.hs
pythas/haskell/res/cstructs-in-haskell/test/Main.hs
pythas/haskell/res/cstructs-in-haskell/test/Properties.hs
pythas/haskell/res/cstructs-in-haskell/test/Templates.hs
pythas/haskell/res/cstructs-in-haskell/test/UnitTests.hs
pythas/haskell/res/cstructs-in-haskell/test/libs/c_test.c
pythas/haskell/res/cstructs-in-haskell/test/libs/c_test.h
pythas/parser/__init__.py
pythas/parser/data.py
pythas/parser/parse_file.py
pythas/parser/parse_type.py
pythas/parser/utils.py
test/test_cases.py
test/test_interface.py
test/test_lists.py
test/test_tuple_identity.py
test/test_tuples.py
test/hs/TestLists.hs
test/hs/TestTupleIdentity.hs
test/hs/TestTuples.hs
test/hs/Testcases.hs
test/hs/Testcases_stub.h