├── CONTRIBUTORS.md ├── LICENSE ├── README.md ├── Related-Projects.md ├── ecosystem ├── Alternate-backends.md ├── Editor-and-tool-support.md ├── Maintained-Packages.md └── PureScript-Presentations.md ├── errors ├── AdditionalProperty.md ├── AmbiguousTypeVariables.md ├── ArgListLengthsDiffer.md ├── CannotDefinePrimModules.md ├── CannotDerive.md ├── CannotDeriveNewtypeForData.md ├── CannotFindDerivingType.md ├── CannotGeneralizeRecursiveFunction.md ├── CannotUseBindWithDo.md ├── CaseBinderLengthDiffers.md ├── ClassInstanceArityMismatch.md ├── ConstrainedTypeUnified.md ├── CycleInDeclaration.md ├── CycleInKindDeclaration.md ├── CycleInModules.md ├── CycleInTypeClassDeclaration.md ├── CycleInTypeSynonym.md ├── DeclConflict.md ├── DeprecatedFFICommonJSModule.md ├── DeprecatedFFIPrime.md ├── DuplicateExportRef.md ├── DuplicateImport.md ├── DuplicateImportRef.md ├── DuplicateInstance.md ├── DuplicateLabel.md ├── DuplicateModule.md ├── DuplicateRoleDeclaration.md ├── DuplicateSelectiveImport.md ├── DuplicateTypeArgument.md ├── DuplicateTypeClass.md ├── DuplicateValueDeclaration.md ├── ErrorParsingCSTModule.md ├── ErrorParsingFFIModule.md ├── ErrorParsingModule.md ├── EscapedSkolem.md ├── ExpectedType.md ├── ExpectedTypeConstructor.md ├── ExpectedWildcard.md ├── ExportConflict.md ├── ExprDoesNotHaveType.md ├── ExtraneousClassMember.md ├── FileIOError.md ├── HiddenConstructors.md ├── HidingImport.md ├── HoleInferredType.md ├── ImplicitImport.md ├── ImplicitQualifiedImport.md ├── ImplicitQualifiedImportReExport.md ├── ImportHidingModule.md ├── IncompleteExhaustivityCheck.md ├── IncorrectAnonymousArgument.md ├── IncorrectConstructorArity.md ├── InfiniteKind.md ├── InfiniteType.md ├── IntOutOfRange.md ├── InternalCompilerError.md ├── InvalidCoercibleInstanceDeclaration.md ├── InvalidDerivedInstance.md ├── InvalidDoBind.md ├── InvalidDoLet.md ├── InvalidFFIIdentifier.md ├── InvalidInstanceHead.md ├── InvalidNewtype.md ├── InvalidNewtypeInstance.md ├── InvalidOperatorInBinder.md ├── KindsDoNotUnify.md ├── MisleadingEmptyTypeImport.md ├── MissingClassMember.md ├── MissingFFIImplementations.md ├── MissingFFIModule.md ├── MissingKindDeclaration.md ├── MissingNewtypeSuperclassInstance.md ├── MissingTypeDeclaration.md ├── MixedAssociativityError.md ├── ModuleNotFound.md ├── MultipleTypeOpFixities.md ├── MultipleValueOpFixities.md ├── NameIsUndefined.md ├── NoInstanceFound.md ├── NonAssociativeError.md ├── OrphanInstance.md ├── OrphanKindDeclaration.md ├── OrphanRoleDeclaration.md ├── OrphanTypeDeclaration.md ├── OverlappingArgNames.md ├── OverlappingInstances.md ├── OverlappingNamesInLet.md ├── OverlappingPattern.md ├── PartiallyAppliedSynonym.md ├── PossiblyInfiniteCoercibleInstance.md ├── PossiblyInfiniteInstance.md ├── PropertyIsMissing.md ├── QuantificationCheckFailureInKind.md ├── QuantificationCheckFailureInType.md ├── RedefinedIdent.md ├── RoleDeclarationArityMismatch.md ├── RoleMismatch.md ├── ScopeConflict.md ├── ScopeShadowing.md ├── ShadowedName.md ├── ShadowedTypeVar.md ├── Template.md ├── TransitiveDctorExportError.md ├── TransitiveExportError.md ├── TypeSynonymInstance.md ├── TypesDoNotUnify.md ├── UndefinedTypeVariable.md ├── UnknownClass.md ├── UnknownExport.md ├── UnknownExportDataConstructor.md ├── UnknownImport.md ├── UnknownImportDataConstructor.md ├── UnknownName.md ├── UnnecessaryFFIModule.md ├── UnsupportedRoleDeclaration.md ├── UnsupportedTypeInKind.md ├── UnusableDeclaration.md ├── UnusedDctorExplicitImport.md ├── UnusedDctorImport.md ├── UnusedDeclaration.md ├── UnusedExplicitImport.md ├── UnusedFFIImplementations.md ├── UnusedImport.md ├── UnusedName.md ├── UnusedTypeVar.md ├── UnverifiableSuperclassInstance.md ├── UserDefinedWarning.md ├── VisibleQuantificationCheckFailureInType.md ├── WarningParsingModule.md └── WildcardInferredType.md ├── guides ├── Common-Operators.md ├── Contrib-Guidelines.md ├── Custom-Type-Errors.md ├── Error-Suggestions.md ├── FFI-Tips.md ├── FFI.md ├── Getting-Started.md ├── PSCi.md ├── PureScript-Without-Node.md ├── Style-Guide.md ├── The-Partial-type-class.md ├── Type-Class-Deriving.md └── psc-ide-FAQ.md ├── historical └── Pre-0.5-changelog.md ├── language ├── Differences-from-Haskell.md ├── FFI.md ├── Modules.md ├── Pattern-Matching.md ├── README.md ├── Records.md ├── Roles.md ├── Syntax.md ├── Type-Classes.md └── Types.md └── migration-guides ├── 0.10-Migration-Guide.md ├── 0.14-Migration-Guide.md ├── 0.15-Ecosystem-Update.md └── 0.15-Migration-Guide.md /CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/CONTRIBUTORS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/README.md -------------------------------------------------------------------------------- /Related-Projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/Related-Projects.md -------------------------------------------------------------------------------- /ecosystem/Alternate-backends.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/ecosystem/Alternate-backends.md -------------------------------------------------------------------------------- /ecosystem/Editor-and-tool-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/ecosystem/Editor-and-tool-support.md -------------------------------------------------------------------------------- /ecosystem/Maintained-Packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/ecosystem/Maintained-Packages.md -------------------------------------------------------------------------------- /ecosystem/PureScript-Presentations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/ecosystem/PureScript-Presentations.md -------------------------------------------------------------------------------- /errors/AdditionalProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/AdditionalProperty.md -------------------------------------------------------------------------------- /errors/AmbiguousTypeVariables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/AmbiguousTypeVariables.md -------------------------------------------------------------------------------- /errors/ArgListLengthsDiffer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ArgListLengthsDiffer.md -------------------------------------------------------------------------------- /errors/CannotDefinePrimModules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CannotDefinePrimModules.md -------------------------------------------------------------------------------- /errors/CannotDerive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CannotDerive.md -------------------------------------------------------------------------------- /errors/CannotDeriveNewtypeForData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CannotDeriveNewtypeForData.md -------------------------------------------------------------------------------- /errors/CannotFindDerivingType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CannotFindDerivingType.md -------------------------------------------------------------------------------- /errors/CannotGeneralizeRecursiveFunction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CannotGeneralizeRecursiveFunction.md -------------------------------------------------------------------------------- /errors/CannotUseBindWithDo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CannotUseBindWithDo.md -------------------------------------------------------------------------------- /errors/CaseBinderLengthDiffers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CaseBinderLengthDiffers.md -------------------------------------------------------------------------------- /errors/ClassInstanceArityMismatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ClassInstanceArityMismatch.md -------------------------------------------------------------------------------- /errors/ConstrainedTypeUnified.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ConstrainedTypeUnified.md -------------------------------------------------------------------------------- /errors/CycleInDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CycleInDeclaration.md -------------------------------------------------------------------------------- /errors/CycleInKindDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CycleInKindDeclaration.md -------------------------------------------------------------------------------- /errors/CycleInModules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CycleInModules.md -------------------------------------------------------------------------------- /errors/CycleInTypeClassDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CycleInTypeClassDeclaration.md -------------------------------------------------------------------------------- /errors/CycleInTypeSynonym.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/CycleInTypeSynonym.md -------------------------------------------------------------------------------- /errors/DeclConflict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DeclConflict.md -------------------------------------------------------------------------------- /errors/DeprecatedFFICommonJSModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DeprecatedFFICommonJSModule.md -------------------------------------------------------------------------------- /errors/DeprecatedFFIPrime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DeprecatedFFIPrime.md -------------------------------------------------------------------------------- /errors/DuplicateExportRef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateExportRef.md -------------------------------------------------------------------------------- /errors/DuplicateImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateImport.md -------------------------------------------------------------------------------- /errors/DuplicateImportRef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateImportRef.md -------------------------------------------------------------------------------- /errors/DuplicateInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateInstance.md -------------------------------------------------------------------------------- /errors/DuplicateLabel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateLabel.md -------------------------------------------------------------------------------- /errors/DuplicateModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateModule.md -------------------------------------------------------------------------------- /errors/DuplicateRoleDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateRoleDeclaration.md -------------------------------------------------------------------------------- /errors/DuplicateSelectiveImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateSelectiveImport.md -------------------------------------------------------------------------------- /errors/DuplicateTypeArgument.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateTypeArgument.md -------------------------------------------------------------------------------- /errors/DuplicateTypeClass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateTypeClass.md -------------------------------------------------------------------------------- /errors/DuplicateValueDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/DuplicateValueDeclaration.md -------------------------------------------------------------------------------- /errors/ErrorParsingCSTModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ErrorParsingCSTModule.md -------------------------------------------------------------------------------- /errors/ErrorParsingFFIModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ErrorParsingFFIModule.md -------------------------------------------------------------------------------- /errors/ErrorParsingModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ErrorParsingModule.md -------------------------------------------------------------------------------- /errors/EscapedSkolem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/EscapedSkolem.md -------------------------------------------------------------------------------- /errors/ExpectedType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ExpectedType.md -------------------------------------------------------------------------------- /errors/ExpectedTypeConstructor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ExpectedTypeConstructor.md -------------------------------------------------------------------------------- /errors/ExpectedWildcard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ExpectedWildcard.md -------------------------------------------------------------------------------- /errors/ExportConflict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ExportConflict.md -------------------------------------------------------------------------------- /errors/ExprDoesNotHaveType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ExprDoesNotHaveType.md -------------------------------------------------------------------------------- /errors/ExtraneousClassMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ExtraneousClassMember.md -------------------------------------------------------------------------------- /errors/FileIOError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/FileIOError.md -------------------------------------------------------------------------------- /errors/HiddenConstructors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/HiddenConstructors.md -------------------------------------------------------------------------------- /errors/HidingImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/HidingImport.md -------------------------------------------------------------------------------- /errors/HoleInferredType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/HoleInferredType.md -------------------------------------------------------------------------------- /errors/ImplicitImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ImplicitImport.md -------------------------------------------------------------------------------- /errors/ImplicitQualifiedImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ImplicitQualifiedImport.md -------------------------------------------------------------------------------- /errors/ImplicitQualifiedImportReExport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ImplicitQualifiedImportReExport.md -------------------------------------------------------------------------------- /errors/ImportHidingModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ImportHidingModule.md -------------------------------------------------------------------------------- /errors/IncompleteExhaustivityCheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/IncompleteExhaustivityCheck.md -------------------------------------------------------------------------------- /errors/IncorrectAnonymousArgument.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/IncorrectAnonymousArgument.md -------------------------------------------------------------------------------- /errors/IncorrectConstructorArity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/IncorrectConstructorArity.md -------------------------------------------------------------------------------- /errors/InfiniteKind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InfiniteKind.md -------------------------------------------------------------------------------- /errors/InfiniteType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InfiniteType.md -------------------------------------------------------------------------------- /errors/IntOutOfRange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/IntOutOfRange.md -------------------------------------------------------------------------------- /errors/InternalCompilerError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InternalCompilerError.md -------------------------------------------------------------------------------- /errors/InvalidCoercibleInstanceDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InvalidCoercibleInstanceDeclaration.md -------------------------------------------------------------------------------- /errors/InvalidDerivedInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InvalidDerivedInstance.md -------------------------------------------------------------------------------- /errors/InvalidDoBind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InvalidDoBind.md -------------------------------------------------------------------------------- /errors/InvalidDoLet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InvalidDoLet.md -------------------------------------------------------------------------------- /errors/InvalidFFIIdentifier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InvalidFFIIdentifier.md -------------------------------------------------------------------------------- /errors/InvalidInstanceHead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InvalidInstanceHead.md -------------------------------------------------------------------------------- /errors/InvalidNewtype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InvalidNewtype.md -------------------------------------------------------------------------------- /errors/InvalidNewtypeInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InvalidNewtypeInstance.md -------------------------------------------------------------------------------- /errors/InvalidOperatorInBinder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/InvalidOperatorInBinder.md -------------------------------------------------------------------------------- /errors/KindsDoNotUnify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/KindsDoNotUnify.md -------------------------------------------------------------------------------- /errors/MisleadingEmptyTypeImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MisleadingEmptyTypeImport.md -------------------------------------------------------------------------------- /errors/MissingClassMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MissingClassMember.md -------------------------------------------------------------------------------- /errors/MissingFFIImplementations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MissingFFIImplementations.md -------------------------------------------------------------------------------- /errors/MissingFFIModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MissingFFIModule.md -------------------------------------------------------------------------------- /errors/MissingKindDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MissingKindDeclaration.md -------------------------------------------------------------------------------- /errors/MissingNewtypeSuperclassInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MissingNewtypeSuperclassInstance.md -------------------------------------------------------------------------------- /errors/MissingTypeDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MissingTypeDeclaration.md -------------------------------------------------------------------------------- /errors/MixedAssociativityError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MixedAssociativityError.md -------------------------------------------------------------------------------- /errors/ModuleNotFound.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ModuleNotFound.md -------------------------------------------------------------------------------- /errors/MultipleTypeOpFixities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MultipleTypeOpFixities.md -------------------------------------------------------------------------------- /errors/MultipleValueOpFixities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/MultipleValueOpFixities.md -------------------------------------------------------------------------------- /errors/NameIsUndefined.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/NameIsUndefined.md -------------------------------------------------------------------------------- /errors/NoInstanceFound.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/NoInstanceFound.md -------------------------------------------------------------------------------- /errors/NonAssociativeError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/NonAssociativeError.md -------------------------------------------------------------------------------- /errors/OrphanInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/OrphanInstance.md -------------------------------------------------------------------------------- /errors/OrphanKindDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/OrphanKindDeclaration.md -------------------------------------------------------------------------------- /errors/OrphanRoleDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/OrphanRoleDeclaration.md -------------------------------------------------------------------------------- /errors/OrphanTypeDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/OrphanTypeDeclaration.md -------------------------------------------------------------------------------- /errors/OverlappingArgNames.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/OverlappingArgNames.md -------------------------------------------------------------------------------- /errors/OverlappingInstances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/OverlappingInstances.md -------------------------------------------------------------------------------- /errors/OverlappingNamesInLet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/OverlappingNamesInLet.md -------------------------------------------------------------------------------- /errors/OverlappingPattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/OverlappingPattern.md -------------------------------------------------------------------------------- /errors/PartiallyAppliedSynonym.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/PartiallyAppliedSynonym.md -------------------------------------------------------------------------------- /errors/PossiblyInfiniteCoercibleInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/PossiblyInfiniteCoercibleInstance.md -------------------------------------------------------------------------------- /errors/PossiblyInfiniteInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/PossiblyInfiniteInstance.md -------------------------------------------------------------------------------- /errors/PropertyIsMissing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/PropertyIsMissing.md -------------------------------------------------------------------------------- /errors/QuantificationCheckFailureInKind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/QuantificationCheckFailureInKind.md -------------------------------------------------------------------------------- /errors/QuantificationCheckFailureInType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/QuantificationCheckFailureInType.md -------------------------------------------------------------------------------- /errors/RedefinedIdent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/RedefinedIdent.md -------------------------------------------------------------------------------- /errors/RoleDeclarationArityMismatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/RoleDeclarationArityMismatch.md -------------------------------------------------------------------------------- /errors/RoleMismatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/RoleMismatch.md -------------------------------------------------------------------------------- /errors/ScopeConflict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ScopeConflict.md -------------------------------------------------------------------------------- /errors/ScopeShadowing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ScopeShadowing.md -------------------------------------------------------------------------------- /errors/ShadowedName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ShadowedName.md -------------------------------------------------------------------------------- /errors/ShadowedTypeVar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/ShadowedTypeVar.md -------------------------------------------------------------------------------- /errors/Template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/Template.md -------------------------------------------------------------------------------- /errors/TransitiveDctorExportError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/TransitiveDctorExportError.md -------------------------------------------------------------------------------- /errors/TransitiveExportError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/TransitiveExportError.md -------------------------------------------------------------------------------- /errors/TypeSynonymInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/TypeSynonymInstance.md -------------------------------------------------------------------------------- /errors/TypesDoNotUnify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/TypesDoNotUnify.md -------------------------------------------------------------------------------- /errors/UndefinedTypeVariable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UndefinedTypeVariable.md -------------------------------------------------------------------------------- /errors/UnknownClass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnknownClass.md -------------------------------------------------------------------------------- /errors/UnknownExport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnknownExport.md -------------------------------------------------------------------------------- /errors/UnknownExportDataConstructor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnknownExportDataConstructor.md -------------------------------------------------------------------------------- /errors/UnknownImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnknownImport.md -------------------------------------------------------------------------------- /errors/UnknownImportDataConstructor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnknownImportDataConstructor.md -------------------------------------------------------------------------------- /errors/UnknownName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnknownName.md -------------------------------------------------------------------------------- /errors/UnnecessaryFFIModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnnecessaryFFIModule.md -------------------------------------------------------------------------------- /errors/UnsupportedRoleDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnsupportedRoleDeclaration.md -------------------------------------------------------------------------------- /errors/UnsupportedTypeInKind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnsupportedTypeInKind.md -------------------------------------------------------------------------------- /errors/UnusableDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnusableDeclaration.md -------------------------------------------------------------------------------- /errors/UnusedDctorExplicitImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnusedDctorExplicitImport.md -------------------------------------------------------------------------------- /errors/UnusedDctorImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnusedDctorImport.md -------------------------------------------------------------------------------- /errors/UnusedDeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnusedDeclaration.md -------------------------------------------------------------------------------- /errors/UnusedExplicitImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnusedExplicitImport.md -------------------------------------------------------------------------------- /errors/UnusedFFIImplementations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnusedFFIImplementations.md -------------------------------------------------------------------------------- /errors/UnusedImport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnusedImport.md -------------------------------------------------------------------------------- /errors/UnusedName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnusedName.md -------------------------------------------------------------------------------- /errors/UnusedTypeVar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnusedTypeVar.md -------------------------------------------------------------------------------- /errors/UnverifiableSuperclassInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UnverifiableSuperclassInstance.md -------------------------------------------------------------------------------- /errors/UserDefinedWarning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/UserDefinedWarning.md -------------------------------------------------------------------------------- /errors/VisibleQuantificationCheckFailureInType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/VisibleQuantificationCheckFailureInType.md -------------------------------------------------------------------------------- /errors/WarningParsingModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/WarningParsingModule.md -------------------------------------------------------------------------------- /errors/WildcardInferredType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/errors/WildcardInferredType.md -------------------------------------------------------------------------------- /guides/Common-Operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/Common-Operators.md -------------------------------------------------------------------------------- /guides/Contrib-Guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/Contrib-Guidelines.md -------------------------------------------------------------------------------- /guides/Custom-Type-Errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/Custom-Type-Errors.md -------------------------------------------------------------------------------- /guides/Error-Suggestions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/Error-Suggestions.md -------------------------------------------------------------------------------- /guides/FFI-Tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/FFI-Tips.md -------------------------------------------------------------------------------- /guides/FFI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/FFI.md -------------------------------------------------------------------------------- /guides/Getting-Started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/Getting-Started.md -------------------------------------------------------------------------------- /guides/PSCi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/PSCi.md -------------------------------------------------------------------------------- /guides/PureScript-Without-Node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/PureScript-Without-Node.md -------------------------------------------------------------------------------- /guides/Style-Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/Style-Guide.md -------------------------------------------------------------------------------- /guides/The-Partial-type-class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/The-Partial-type-class.md -------------------------------------------------------------------------------- /guides/Type-Class-Deriving.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/Type-Class-Deriving.md -------------------------------------------------------------------------------- /guides/psc-ide-FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/guides/psc-ide-FAQ.md -------------------------------------------------------------------------------- /historical/Pre-0.5-changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/historical/Pre-0.5-changelog.md -------------------------------------------------------------------------------- /language/Differences-from-Haskell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/Differences-from-Haskell.md -------------------------------------------------------------------------------- /language/FFI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/FFI.md -------------------------------------------------------------------------------- /language/Modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/Modules.md -------------------------------------------------------------------------------- /language/Pattern-Matching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/Pattern-Matching.md -------------------------------------------------------------------------------- /language/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/README.md -------------------------------------------------------------------------------- /language/Records.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/Records.md -------------------------------------------------------------------------------- /language/Roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/Roles.md -------------------------------------------------------------------------------- /language/Syntax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/Syntax.md -------------------------------------------------------------------------------- /language/Type-Classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/Type-Classes.md -------------------------------------------------------------------------------- /language/Types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/language/Types.md -------------------------------------------------------------------------------- /migration-guides/0.10-Migration-Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/migration-guides/0.10-Migration-Guide.md -------------------------------------------------------------------------------- /migration-guides/0.14-Migration-Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/migration-guides/0.14-Migration-Guide.md -------------------------------------------------------------------------------- /migration-guides/0.15-Ecosystem-Update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/migration-guides/0.15-Ecosystem-Update.md -------------------------------------------------------------------------------- /migration-guides/0.15-Migration-Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purescript/documentation/HEAD/migration-guides/0.15-Migration-Guide.md --------------------------------------------------------------------------------