mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Moved transfer libraries to transfer/lib
This commit is contained in:
4
transfer/lib/bool.tr
Normal file
4
transfer/lib/bool.tr
Normal file
@@ -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