Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Serapeum #259

Merged
merged 1 commit into from Dec 7, 2021
Merged

Remove Serapeum #259

merged 1 commit into from Dec 7, 2021

Conversation

eliaslfox
Copy link
Collaborator

No description provided.

(:constructor pattern-constructor (name patterns)))
(name :type symbol)
(patterns :type pattern-list))
(:coNstructor Pattern-constructor (name patterns)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strange capitalization

@@ -2,6 +2,10 @@

(in-package #:coalton-impl)

(defun required (name)
(declare (type symbol name))
(error "Property ~S is required" name))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slot

@eliaslfox eliaslfox merged commit e2d217d into main Dec 7, 2021
@stylewarning
Copy link
Member

there were very minor "typos"

colescott added a commit that referenced this pull request Dec 7, 2021
This was mostly parenthesis in incorrect places causing unwanted slots
on some structs.
stylewarning pushed a commit that referenced this pull request Dec 7, 2021
@eliaslfox eliaslfox deleted the remove-serapeum branch December 8, 2021 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants