git @ Cat's Eye Technologies Parc / 2130275
Add more human-readable details of the license of these files. Chris Pressey 1 year, 3 months ago
11 changed file(s) with 22 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module Parc where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcAssertDemo where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcConsume (parsing, fail, pred, seq, alt) where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcConsumeDemo where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcDemo where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcMerge (ok, fail, pred, update, seq, alt, many, merge, ParseState(Parsing, Failure)) where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcMergeDemo where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcSt where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcSt2St where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcSt2StDemo where
00 -- Copyright (c) 2022-2023 Chris Pressey, Cat's Eye Technologies
1 --
1 -- This work is distributed under a MIT license. For details see
2 -- the file LicenseRef-MIT-X-Parc.txt in the LICENSES directory.
23 -- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
34
45 module ParcStDemo where