mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-08 06:32:45 -06:00
Moved transfer libraries to transfer/lib
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
depif : (A:Type) -> (B:Type) -> (b:Bool) -> A -> B -> if Type b then A else B
|
||||
depif _ _ True x _ = x
|
||||
depif _ _ False _ y = y
|
||||
|
||||
Reference in New Issue
Block a user