FP (programming language): Difference between revisions

Content deleted Content added
Danakil (talk | contribs)
added more functionals, corrected typos, reorganized
Danakil (talk | contribs)
Line 35:
'''insert-right''' /'''f''' where /'''f''':⟨'''x'''⟩ = '''x'''
and /'''f''':&lang;'''x'''<sub>1</sub>,'''x'''<sub>2</sub>,...,'''x'''<sub>n</sub>&rang; = '''f''':&lang;'''x'''<sub>1</sub>,/'''f''':&lang;'''x'''<sub>2</sub>,...,'''x'''<sub>n</sub>&rang;&rang;
and /'''f''':&lang; &rang; = '''unit f'''
 
'''insert-left''' \'''f''' where \'''f''':&lang;'''x'''&rang; = '''x'''
and \'''f''':&lang;'''x'''<sub>1</sub>,'''x'''<sub>2</sub>,...,'''x'''<sub>n</sub>&rang; = '''f''':&lang;\'''f''':&lang;'''x'''<sub>1</sub>,...,'''x'''<sub>n-1</sub>&rang;,'''x'''<sub>n</sub>&rang;
and \'''f''':&lang; &rang; = '''unit f'''
 
[[es:FP (lenguaje de programación)]]