Add more human-readable details of the license of these files.
Chris Pressey
1 year, 3 months ago
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module Parc where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcAssertDemo where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcConsume (parsing, fail, pred, seq, alt) where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcConsumeDemo where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcDemo where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcMerge (ok, fail, pred, update, seq, alt, many, merge, ParseState(Parsing, Failure)) where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcMergeDemo where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcSt where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcSt2St where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcSt2StDemo where
|
0 | 0 |
-- 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.
|
2 | 3 |
-- SPDX-License-Identifier: LicenseRef-MIT-X-Parc
|
3 | 4 |
|
4 | 5 |
module ParcStDemo where
|