Skip to content
View Jasper-M's full-sized avatar

Organizations

@scala @stapl-dsl
Block or Report

Block or report Jasper-M

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. implicitlogic implicitlogic Public

    A simple toy project for playing around with some implicit resolution tricks

    Scala 11

  2. simple-lenses simple-lenses Public

    Small proof of concept

    Scala 4

  3. doubletetris doubletetris Public

    Scala 1 1

  4. defaults defaults Public

  5. stapl-dsl/stapl-core stapl-dsl/stapl-core Public

    The STAPL policy language for tree-structured, attribute-based access control policies

    Scala 29 6

  6. Typeclass that provides evidence tha... Typeclass that provides evidence that a type has a companion object, and access to the object.
    1
    import scala.language.experimental.macros
    2
    import scala.reflect.macros.whitebox.Context
    3
    
                  
    4
    trait HasCompanion[A] {
    5
      type Type