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

Assertable extensibility #14

Open
mausch opened this issue Jul 23, 2012 · 0 comments
Open

Assertable extensibility #14

mausch opened this issue Jul 23, 2012 · 0 comments

Comments

@mausch
Copy link
Owner

mausch commented Jul 23, 2012

Like http://hackage.haskell.org/packages/archive/HUnit/1.2.5.1/doc/html/Test-HUnit-Base.html#g:3 , but obviously instead of a typeclass use a dictionary of Type -> ((unit -> 'a) -> (unit -> unit)) and reflection. Or use statically resolved inline classes: https://github.com/gmpl/FsControl

This would enable a simpler syntax for those cases when you only want to check equality or some boolean result.

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

No branches or pull requests

1 participant