add isomorphism/main.rkt
This commit is contained in:
parent
7173005d50
commit
e6b508e438
|
@ -1,4 +1,2 @@
|
|||
#lang reprovide
|
||||
"isomorphism/base.rkt"
|
||||
"isomorphism/compound.rkt"
|
||||
"isomorphism/data.rkt"
|
||||
"isomorphism/main.rkt"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#lang sweet-exp racket/base
|
||||
|
||||
provide isomorphism-lens?
|
||||
|
|
4
unstable/lens/isomorphism/main.rkt
Normal file
4
unstable/lens/isomorphism/main.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang reprovide
|
||||
"base.rkt"
|
||||
"compound.rkt"
|
||||
"data.rkt"
|
Loading…
Reference in New Issue
Block a user