Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TypeScriptExperts
/
purescript
Public
forked from
purescript/purescript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
purescript
src
on
master
User selector
All users
All time
Commit history
Commits on Mar 11, 2018
Add source spans for literals (#3277)
Show description for 9a4992a
garyb
authored
9a4992a
View commit details
Copy full SHA for 9a4992a
View code at this point
Browse repository at this point
Take advantage of multi-span errors (#3273)
Show description for 96ccf1e
garyb
authored
96ccf1e
View commit details
Copy full SHA for 96ccf1e
View code at this point
Browse repository at this point
Error positions for FFI related errors (#3276)
Show description for 80c671e
garyb
authored
80c671e
View commit details
Copy full SHA for 80c671e
View code at this point
Browse repository at this point
Commits on Mar 10, 2018
Allow errors to carry multiple positions (#3255)
garyb
authored
3171a77
View commit details
Copy full SHA for 3171a77
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Explaining the custom Eq, Ord instances for Binder (#3271)
Show description for 13bd530
bitemyapp
authored and
kritzcreek
committed
13bd530
View commit details
Copy full SHA for 13bd530
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
Make Let-Pattern desugaring less brittle (#3268)
Show description for 9e42339
kritzcreek
authored
9e42339
View commit details
Copy full SHA for 9e42339
View code at this point
Browse repository at this point
Skip SourceSpan in Binder Eq, Ord for faster exhaustivity check (#3265)
Show description for d73957d
bitemyapp
authored and
kritzcreek
committed
d73957d
View commit details
Copy full SHA for d73957d
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
Improvments to REPL tab-completion (#3231)
Show description for f999179
rndnoise
authored and
hdgarrood
committed
f999179
View commit details
Copy full SHA for f999179
View code at this point
Browse repository at this point
Commits on Jan 24, 2018
Fix source span for a case of ScopeShadowing warning (#3219)
garyb
authored
6c7f561
View commit details
Copy full SHA for 6c7f561
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
allow for explicit exports in generating tags (#3205)
Show description for 0798e33
matthewleon
authored and
hdgarrood
committed
0798e33
View commit details
Copy full SHA for 0798e33
View code at this point
Browse repository at this point
Ensure ExportConflict has source span (#3217)
garyb
authored and
kritzcreek
committed
d60d0f5
View commit details
Copy full SHA for d60d0f5
View code at this point
Browse repository at this point
Fix various typeclass-related error spans (#3216)
Show description for 65df12a
garyb
authored and
kritzcreek
committed
65df12a
View commit details
Copy full SHA for 65df12a
View code at this point
Browse repository at this point
Fix `UnusedTypeVar` missing position info (#3214)
garyb
authored and
kritzcreek
committed
80339ff
View commit details
Copy full SHA for 80339ff
View code at this point
Browse repository at this point
Commits on Jan 22, 2018
Fix build errors in master (#3215)
Show description for 3f3b473
garyb
authored
3f3b473
View commit details
Copy full SHA for 3f3b473
View code at this point
Browse repository at this point
Commits on Jan 21, 2018
Add source spans to name constructors and fix `ShadowedName` warning (#3213)
garyb
authored
ce94cd9
View commit details
Copy full SHA for ce94cd9
View code at this point
Browse repository at this point
[purs ide] Find Usages round two (#3206)
Show description for 30de1f8
kritzcreek
authored
30de1f8
View commit details
Copy full SHA for 30de1f8
View code at this point
Browse repository at this point
Eq1 / Ord1 deriving again (#3207)
Show description for 4b23171
garyb
authored
4b23171
View commit details
Copy full SHA for 4b23171
View code at this point
Browse repository at this point
throw IntOutOfRange error with position information if present (#3210)
kritzcreek
authored and
garyb
committed
683f6da
View commit details
Copy full SHA for 683f6da
View code at this point
Browse repository at this point
Commits on Jan 20, 2018
create UnusedIdent (#3194)
Show description for 8369db4
matthewleon
authored and
garyb
committed
8369db4
View commit details
Copy full SHA for 8369db4
View code at this point
Browse repository at this point
Fix error on missing type class name with non-exported superclass (#3132) (#3173)
Show description for 950f184
parsonsmatt
authored and
hdgarrood
committed
950f184
View commit details
Copy full SHA for 950f184
View code at this point
Browse repository at this point
Make explicit import suggestions more consistent (#3142)
Show description for 3679da4
nwolverson
authored and
kritzcreek
committed
3679da4
View commit details
Copy full SHA for 3679da4
View code at this point
Browse repository at this point
Commits on Jan 3, 2018
Revert proxies (#3186)
Show description for 38f631c
hdgarrood
authored
38f631c
View commit details
Copy full SHA for 38f631c
View code at this point
Browse repository at this point
Commits on Dec 22, 2017
Fix functional dependencies rendering as links (#3184)
Show description for 86b0030
houli
authored and
kritzcreek
committed
86b0030
View commit details
Copy full SHA for 86b0030
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
Add position information for type warning (#3174)
b123400
authored and
hdgarrood
committed
31de60b
View commit details
Copy full SHA for 31de60b
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
Merge branch '0.12.0-dev' into master
kritzcreek
authored
c19a792
View commit details
Copy full SHA for c19a792
View code at this point
Browse repository at this point
Commits on Nov 19, 2017
pretty print proxy types when rendering docs (#3144)
Show description for 14227c7
sloosch
authored and
LiamGoodacre
committed
14227c7
View commit details
Copy full SHA for 14227c7
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
correctly quote uppercased field labels which would otherwise remain unquoted (#3148)
Thimoteus
authored and
paf31
committed
15d7330
View commit details
Copy full SHA for 15d7330
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Add docs for duplicate labels in record types (#3143)
Show description for 56b3451
paf31
committed
56b3451
View commit details
Copy full SHA for 56b3451
View code at this point
Browse repository at this point
[purs ide] return documentation comments (#3138)
nwolverson
authored and
paf31
committed
a85b7e9
View commit details
Copy full SHA for a85b7e9
View code at this point
Browse repository at this point
Instantiate abstraction body during inference (#3128)
LiamGoodacre
authored and
paf31
committed
64d6c5a
View commit details
Copy full SHA for 64d6c5a
View code at this point
Browse repository at this point
Fix #3131 Ide inserts conflicting imports for types (#3139)
nwolverson
authored and
paf31
committed
6a30b56
View commit details
Copy full SHA for 6a30b56
View code at this point
Browse repository at this point
Desugar nested parentheses (#3086)
Show description for 048705f
MonoidMusician
authored and
paf31
committed
048705f
View commit details
Copy full SHA for 048705f
View code at this point
Browse repository at this point
Error on duplicate type class or instance declarations (#3126)
LiamGoodacre
authored and
paf31
committed
129a378
View commit details
Copy full SHA for 129a378
View code at this point
Browse repository at this point
Add position to type class declaration error (#3109)
b123400
authored and
paf31
committed
b515a80
View commit details
Copy full SHA for b515a80
View code at this point
Browse repository at this point
Remove reference to ProxyType in master
paf31
committed
5e778e2
View commit details
Copy full SHA for 5e778e2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.