Skip to content
View stsatlantis's full-sized avatar

Block or report stsatlantis

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 Loading

  1. functional-optics-presentation functional-optics-presentation Public

    Scala

  2. Scala-Shapeless POC of tagged type t... Scala-Shapeless POC of tagged type to modify only marked/tagged values
    1
    package util
    2
    
                  
    3
    import eu.timepit.refined.api.RefType
    4
    import io.circe.Encoder
    5
    import io.circe.refined.refinedEncoder
  3. Circe Parent encoder Circe Parent encoder
    1
    
                  
    2
    import shapeless.HList
    3
    
                  
    4
    trait ParentEncoder[-T] {
    5
      type Repr <: HList