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

Add lots of tactics and type class derivation strategies #3

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

WhatisRT
Copy link
Collaborator

@WhatisRT WhatisRT commented Nov 18, 2022

TODO:

  • Expose everything to Main, so that CI typechecks it and it gets rendered in HTML.
  • (gradually in the future) Merge with the rest of the infrastructure.

@omelkonian
Copy link
Collaborator

So this code has not been typechecked yet, so you need to somehow include it in Main while at the same time keeping local class definitions, etc.. Something like the following perhaps?

module Main where

private module Stash where
  open import Interface.Monad
  ....

open import Generics public
....
  

@omelkonian omelkonian merged commit 761f817 into master Nov 18, 2022
@omelkonian omelkonian deleted the tactics-and-deriving branch November 18, 2022 18:43
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.

2 participants